website: removes references to nextjs-scripts (#12299)
This commit is contained in:
parent
d3e5d6edc4
commit
80be396bec
File diff suppressed because it is too large
Load Diff
|
@ -7,8 +7,8 @@
|
||||||
"@hashicorp/flight-icons": "^1.3.0",
|
"@hashicorp/flight-icons": "^1.3.0",
|
||||||
"@hashicorp/mktg-global-styles": "^4.0.0",
|
"@hashicorp/mktg-global-styles": "^4.0.0",
|
||||||
"@hashicorp/mktg-logos": "^1.2.0",
|
"@hashicorp/mktg-logos": "^1.2.0",
|
||||||
"@hashicorp/nextjs-scripts": "^19.0.3",
|
|
||||||
"@hashicorp/platform-analytics": "^0.2.0",
|
"@hashicorp/platform-analytics": "^0.2.0",
|
||||||
|
"@hashicorp/platform-cms": "^0.3.0",
|
||||||
"@hashicorp/platform-code-highlighting": "^0.1.2",
|
"@hashicorp/platform-code-highlighting": "^0.1.2",
|
||||||
"@hashicorp/platform-runtime-error-monitoring": "^0.1.0",
|
"@hashicorp/platform-runtime-error-monitoring": "^0.1.0",
|
||||||
"@hashicorp/platform-util": "^0.1.0",
|
"@hashicorp/platform-util": "^0.1.0",
|
||||||
|
|
|
@ -4,7 +4,7 @@ import '@hashicorp/platform-util/nprogress/style.css'
|
||||||
import useFathomAnalytics from '@hashicorp/platform-analytics'
|
import useFathomAnalytics from '@hashicorp/platform-analytics'
|
||||||
import Router from 'next/router'
|
import Router from 'next/router'
|
||||||
import Head from 'next/head'
|
import Head from 'next/head'
|
||||||
import rivetQuery from '@hashicorp/nextjs-scripts/dato/client'
|
import rivetQuery from '@hashicorp/platform-cms'
|
||||||
import NProgress from '@hashicorp/platform-util/nprogress'
|
import NProgress from '@hashicorp/platform-util/nprogress'
|
||||||
import { ErrorBoundary } from '@hashicorp/platform-runtime-error-monitoring'
|
import { ErrorBoundary } from '@hashicorp/platform-runtime-error-monitoring'
|
||||||
import createConsentManager from '@hashicorp/react-consent-manager/loader'
|
import createConsentManager from '@hashicorp/react-consent-manager/loader'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import * as React from 'react'
|
import * as React from 'react'
|
||||||
import Head from 'next/head'
|
import Head from 'next/head'
|
||||||
import rivetQuery from '@hashicorp/nextjs-scripts/dato/client'
|
import rivetQuery from '@hashicorp/platform-cms'
|
||||||
import homepageQuery from './query.graphql'
|
import homepageQuery from './query.graphql'
|
||||||
import { isInternalLink } from 'lib/utils'
|
import { isInternalLink } from 'lib/utils'
|
||||||
import { renderMetaTags } from 'react-datocms'
|
import { renderMetaTags } from 'react-datocms'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import * as React from 'react'
|
import * as React from 'react'
|
||||||
import Head from 'next/head'
|
import Head from 'next/head'
|
||||||
import rivetQuery from '@hashicorp/nextjs-scripts/dato/client'
|
import rivetQuery from '@hashicorp/platform-cms'
|
||||||
import useCasesQuery from './query.graphql'
|
import useCasesQuery from './query.graphql'
|
||||||
import { renderMetaTags } from 'react-datocms'
|
import { renderMetaTags } from 'react-datocms'
|
||||||
import IoUsecaseHero from 'components/io-usecase-hero'
|
import IoUsecaseHero from 'components/io-usecase-hero'
|
||||||
|
|
Loading…
Reference in New Issue