refactor: complete website optimization - unified navigation, colors, and structure
- Created service detail pages with storytelling style - Created service list page - Removed service modal interactions - Simplified homepage About section - Added homepage Cases section - Updated navigation to use page links instead of anchors - Created products list page - Updated footer links - Unified color scheme to brand red (#C41E3A) - Fixed TypeScript errors (removed unused imports) - Fixed JSX syntax errors - Split About page into server and client components - All tests passing: typecheck and build successful
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"/(marketing)/about/page": "/about",
|
||||
"/(marketing)/cases/[id]/page": "/cases/[id]",
|
||||
"/(marketing)/contact/page": "/contact",
|
||||
"/(marketing)/news/[slug]/page": "/news/[slug]",
|
||||
"/(marketing)/news/page": "/news",
|
||||
"/(marketing)/page": "/",
|
||||
"/(marketing)/privacy/page": "/privacy",
|
||||
"/(marketing)/products/[id]/page": "/products/[id]",
|
||||
"/(marketing)/products/page": "/products",
|
||||
"/(marketing)/services/[id]/page": "/services/[id]",
|
||||
"/(marketing)/services/page": "/services",
|
||||
"/(marketing)/terms/page": "/terms",
|
||||
"/_global-error/page": "/_global-error",
|
||||
"/_not-found/page": "/_not-found",
|
||||
"/api/contact/route": "/api/contact",
|
||||
"/favicon.ico/route": "/favicon.ico",
|
||||
"/preview/effects/page": "/preview/effects"
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"pages": {
|
||||
"/_app": []
|
||||
},
|
||||
"devFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [
|
||||
"static/KcYnDpg0y1wfGl36o1F1g/_ssgManifest.js",
|
||||
"static/KcYnDpg0y1wfGl36o1F1g/_buildManifest.js"
|
||||
],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/44fb32c503ee245d.js",
|
||||
"static/chunks/3e0a212ca3b83398.js",
|
||||
"static/chunks/9786a62ff82ec753.js",
|
||||
"static/chunks/96a0238538bf79ea.js",
|
||||
"static/chunks/turbopack-9544d80d40f43cf1.js"
|
||||
]
|
||||
}
|
||||
Vendored
-1
@@ -1 +0,0 @@
|
||||
{"previewModeId":"f8b7a019445d228918b632c24b760a37","previewModeSigningKey":"0229b2d89672d525828d923729b03bc02066d1b6b7889e275ec067db050fdbc6","previewModeEncryptionKey":"ab6731045bbcf210f67ba45d5540d85f87dc13a127461e7ecb8292ca86d0f1b5","expireAt":1772953128280}
|
||||
Vendored
-1
@@ -1 +0,0 @@
|
||||
{"encryption.key":"gQ2LZFZ6W8dpCXzVCiCuCOiacGEThs29kl0zhqVzjio=","encryption.expire_at":1772953128272}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"buildStage": "type-checking",
|
||||
"buildOptions": {
|
||||
"useBuildWorker": "true"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"name":"Next.js","version":"16.1.6"}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"pages": {
|
||||
"/_app": []
|
||||
},
|
||||
"devFiles": [],
|
||||
"polyfillFiles": [],
|
||||
"lowPriorityFiles": [
|
||||
"static/KcYnDpg0y1wfGl36o1F1g/_ssgManifest.js",
|
||||
"static/KcYnDpg0y1wfGl36o1F1g/_buildManifest.js"
|
||||
],
|
||||
"rootMainFiles": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
{"type": "commonjs"}
|
||||
@@ -1,323 +0,0 @@
|
||||
self.__SERVER_FILES_MANIFEST={
|
||||
"version": 1,
|
||||
"config": {
|
||||
"env": {},
|
||||
"webpack": null,
|
||||
"typescript": {
|
||||
"ignoreBuildErrors": false
|
||||
},
|
||||
"typedRoutes": false,
|
||||
"distDir": ".next",
|
||||
"cleanDistDir": true,
|
||||
"assetPrefix": "",
|
||||
"cacheMaxMemorySize": 52428800,
|
||||
"configOrigin": "next.config.ts",
|
||||
"useFileSystemPublicRoutes": true,
|
||||
"generateEtags": true,
|
||||
"pageExtensions": [
|
||||
"tsx",
|
||||
"ts",
|
||||
"jsx",
|
||||
"js"
|
||||
],
|
||||
"poweredByHeader": false,
|
||||
"compress": true,
|
||||
"images": {
|
||||
"deviceSizes": [
|
||||
640,
|
||||
750,
|
||||
828,
|
||||
1080,
|
||||
1200,
|
||||
1920,
|
||||
2048,
|
||||
3840
|
||||
],
|
||||
"imageSizes": [
|
||||
16,
|
||||
32,
|
||||
48,
|
||||
64,
|
||||
96,
|
||||
128,
|
||||
256,
|
||||
384
|
||||
],
|
||||
"path": "/_next/image",
|
||||
"loader": "default",
|
||||
"loaderFile": "",
|
||||
"domains": [],
|
||||
"disableStaticImages": false,
|
||||
"minimumCacheTTL": 14400,
|
||||
"formats": [
|
||||
"image/webp"
|
||||
],
|
||||
"maximumRedirects": 3,
|
||||
"maximumResponseBody": 50000000,
|
||||
"dangerouslyAllowLocalIP": false,
|
||||
"dangerouslyAllowSVG": false,
|
||||
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
||||
"contentDispositionType": "attachment",
|
||||
"localPatterns": [
|
||||
{
|
||||
"pathname": "**",
|
||||
"search": ""
|
||||
}
|
||||
],
|
||||
"remotePatterns": [],
|
||||
"qualities": [
|
||||
75
|
||||
],
|
||||
"unoptimized": true
|
||||
},
|
||||
"devIndicators": {
|
||||
"position": "bottom-left"
|
||||
},
|
||||
"onDemandEntries": {
|
||||
"maxInactiveAge": 60000,
|
||||
"pagesBufferLength": 5
|
||||
},
|
||||
"basePath": "",
|
||||
"sassOptions": {},
|
||||
"trailingSlash": false,
|
||||
"i18n": null,
|
||||
"productionBrowserSourceMaps": false,
|
||||
"excludeDefaultMomentLocales": true,
|
||||
"reactProductionProfiling": false,
|
||||
"reactStrictMode": true,
|
||||
"reactMaxHeadersLength": 6000,
|
||||
"httpAgentOptions": {
|
||||
"keepAlive": true
|
||||
},
|
||||
"logging": {},
|
||||
"compiler": {},
|
||||
"expireTime": 31536000,
|
||||
"staticPageGenerationTimeout": 60,
|
||||
"output": "export",
|
||||
"modularizeImports": {
|
||||
"@mui/icons-material": {
|
||||
"transform": "@mui/icons-material/{{member}}"
|
||||
},
|
||||
"lodash": {
|
||||
"transform": "lodash/{{member}}"
|
||||
}
|
||||
},
|
||||
"outputFileTracingRoot": "/Users/zhangxiang/Codes/Gitee/home-page",
|
||||
"cacheComponents": false,
|
||||
"cacheLife": {
|
||||
"default": {
|
||||
"stale": 300,
|
||||
"revalidate": 900,
|
||||
"expire": 4294967294
|
||||
},
|
||||
"seconds": {
|
||||
"stale": 30,
|
||||
"revalidate": 1,
|
||||
"expire": 60
|
||||
},
|
||||
"minutes": {
|
||||
"stale": 300,
|
||||
"revalidate": 60,
|
||||
"expire": 3600
|
||||
},
|
||||
"hours": {
|
||||
"stale": 300,
|
||||
"revalidate": 3600,
|
||||
"expire": 86400
|
||||
},
|
||||
"days": {
|
||||
"stale": 300,
|
||||
"revalidate": 86400,
|
||||
"expire": 604800
|
||||
},
|
||||
"weeks": {
|
||||
"stale": 300,
|
||||
"revalidate": 604800,
|
||||
"expire": 2592000
|
||||
},
|
||||
"max": {
|
||||
"stale": 300,
|
||||
"revalidate": 2592000,
|
||||
"expire": 31536000
|
||||
}
|
||||
},
|
||||
"cacheHandlers": {},
|
||||
"experimental": {
|
||||
"useSkewCookie": false,
|
||||
"cssChunking": true,
|
||||
"multiZoneDraftMode": false,
|
||||
"appNavFailHandling": false,
|
||||
"prerenderEarlyExit": true,
|
||||
"serverMinification": true,
|
||||
"linkNoTouchStart": false,
|
||||
"caseSensitiveRoutes": false,
|
||||
"dynamicOnHover": false,
|
||||
"preloadEntriesOnStart": true,
|
||||
"clientRouterFilter": true,
|
||||
"clientRouterFilterRedirects": false,
|
||||
"fetchCacheKeyPrefix": "",
|
||||
"proxyPrefetch": "flexible",
|
||||
"optimisticClientCache": true,
|
||||
"manualClientBasePath": false,
|
||||
"cpus": 7,
|
||||
"memoryBasedWorkersCount": false,
|
||||
"imgOptConcurrency": null,
|
||||
"imgOptTimeoutInSeconds": 7,
|
||||
"imgOptMaxInputPixels": 268402689,
|
||||
"imgOptSequentialRead": null,
|
||||
"imgOptSkipMetadata": null,
|
||||
"isrFlushToDisk": true,
|
||||
"workerThreads": false,
|
||||
"optimizeCss": false,
|
||||
"nextScriptWorkers": false,
|
||||
"scrollRestoration": false,
|
||||
"externalDir": false,
|
||||
"disableOptimizedLoading": false,
|
||||
"gzipSize": true,
|
||||
"craCompat": false,
|
||||
"esmExternals": true,
|
||||
"fullySpecified": false,
|
||||
"swcTraceProfiling": false,
|
||||
"forceSwcTransforms": false,
|
||||
"largePageDataBytes": 128000,
|
||||
"typedEnv": false,
|
||||
"parallelServerCompiles": false,
|
||||
"parallelServerBuildTraces": false,
|
||||
"ppr": false,
|
||||
"authInterrupts": false,
|
||||
"webpackMemoryOptimizations": false,
|
||||
"optimizeServerReact": true,
|
||||
"viewTransition": false,
|
||||
"removeUncaughtErrorAndRejectionListeners": false,
|
||||
"validateRSCRequestHeaders": false,
|
||||
"staleTimes": {
|
||||
"dynamic": 0,
|
||||
"static": 300
|
||||
},
|
||||
"reactDebugChannel": false,
|
||||
"serverComponentsHmrCache": true,
|
||||
"staticGenerationMaxConcurrency": 8,
|
||||
"staticGenerationMinPagesPerWorker": 25,
|
||||
"transitionIndicator": false,
|
||||
"inlineCss": false,
|
||||
"useCache": false,
|
||||
"globalNotFound": false,
|
||||
"browserDebugInfoInTerminal": false,
|
||||
"lockDistDir": true,
|
||||
"isolatedDevBuild": true,
|
||||
"proxyClientMaxBodySize": 10485760,
|
||||
"hideLogsAfterAbort": false,
|
||||
"mcpServer": true,
|
||||
"turbopackFileSystemCacheForDev": true,
|
||||
"turbopackFileSystemCacheForBuild": false,
|
||||
"turbopackInferModuleSideEffects": false,
|
||||
"optimizePackageImports": [
|
||||
"lucide-react",
|
||||
"framer-motion",
|
||||
"date-fns",
|
||||
"lodash-es",
|
||||
"ramda",
|
||||
"antd",
|
||||
"react-bootstrap",
|
||||
"ahooks",
|
||||
"@ant-design/icons",
|
||||
"@headlessui/react",
|
||||
"@headlessui-float/react",
|
||||
"@heroicons/react/20/solid",
|
||||
"@heroicons/react/24/solid",
|
||||
"@heroicons/react/24/outline",
|
||||
"@visx/visx",
|
||||
"@tremor/react",
|
||||
"rxjs",
|
||||
"@mui/material",
|
||||
"@mui/icons-material",
|
||||
"recharts",
|
||||
"react-use",
|
||||
"effect",
|
||||
"@effect/schema",
|
||||
"@effect/platform",
|
||||
"@effect/platform-node",
|
||||
"@effect/platform-browser",
|
||||
"@effect/platform-bun",
|
||||
"@effect/sql",
|
||||
"@effect/sql-mssql",
|
||||
"@effect/sql-mysql2",
|
||||
"@effect/sql-pg",
|
||||
"@effect/sql-sqlite-node",
|
||||
"@effect/sql-sqlite-bun",
|
||||
"@effect/sql-sqlite-wasm",
|
||||
"@effect/sql-sqlite-react-native",
|
||||
"@effect/rpc",
|
||||
"@effect/rpc-http",
|
||||
"@effect/typeclass",
|
||||
"@effect/experimental",
|
||||
"@effect/opentelemetry",
|
||||
"@material-ui/core",
|
||||
"@material-ui/icons",
|
||||
"@tabler/icons-react",
|
||||
"mui-core",
|
||||
"react-icons/ai",
|
||||
"react-icons/bi",
|
||||
"react-icons/bs",
|
||||
"react-icons/cg",
|
||||
"react-icons/ci",
|
||||
"react-icons/di",
|
||||
"react-icons/fa",
|
||||
"react-icons/fa6",
|
||||
"react-icons/fc",
|
||||
"react-icons/fi",
|
||||
"react-icons/gi",
|
||||
"react-icons/go",
|
||||
"react-icons/gr",
|
||||
"react-icons/hi",
|
||||
"react-icons/hi2",
|
||||
"react-icons/im",
|
||||
"react-icons/io",
|
||||
"react-icons/io5",
|
||||
"react-icons/lia",
|
||||
"react-icons/lib",
|
||||
"react-icons/lu",
|
||||
"react-icons/md",
|
||||
"react-icons/pi",
|
||||
"react-icons/ri",
|
||||
"react-icons/rx",
|
||||
"react-icons/si",
|
||||
"react-icons/sl",
|
||||
"react-icons/tb",
|
||||
"react-icons/tfi",
|
||||
"react-icons/ti",
|
||||
"react-icons/vsc",
|
||||
"react-icons/wi"
|
||||
],
|
||||
"trustHostHeader": false,
|
||||
"isExperimentalCompile": false
|
||||
},
|
||||
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
||||
"bundlePagesRouterDependencies": false,
|
||||
"configFileName": "next.config.ts",
|
||||
"turbopack": {
|
||||
"root": "/Users/zhangxiang/Codes/Gitee/home-page"
|
||||
},
|
||||
"distDirRoot": "dist"
|
||||
},
|
||||
"appDir": "/Users/zhangxiang/Codes/Gitee/home-page/novalon-website",
|
||||
"relativeAppDir": "novalon-website",
|
||||
"files": [
|
||||
".next/routes-manifest.json",
|
||||
".next/server/pages-manifest.json",
|
||||
".next/build-manifest.json",
|
||||
".next/prerender-manifest.json",
|
||||
".next/server/functions-config-manifest.json",
|
||||
".next/server/middleware-manifest.json",
|
||||
".next/server/middleware-build-manifest.js",
|
||||
".next/server/app-paths-manifest.json",
|
||||
".next/app-path-routes-manifest.json",
|
||||
".next/server/server-reference-manifest.js",
|
||||
".next/server/server-reference-manifest.json",
|
||||
".next/BUILD_ID",
|
||||
".next/server/next-font-manifest.js",
|
||||
".next/server/next-font-manifest.json",
|
||||
".next/required-server-files.json"
|
||||
],
|
||||
"ignore": []
|
||||
}
|
||||
@@ -1,323 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"config": {
|
||||
"env": {},
|
||||
"webpack": null,
|
||||
"typescript": {
|
||||
"ignoreBuildErrors": false
|
||||
},
|
||||
"typedRoutes": false,
|
||||
"distDir": ".next",
|
||||
"cleanDistDir": true,
|
||||
"assetPrefix": "",
|
||||
"cacheMaxMemorySize": 52428800,
|
||||
"configOrigin": "next.config.ts",
|
||||
"useFileSystemPublicRoutes": true,
|
||||
"generateEtags": true,
|
||||
"pageExtensions": [
|
||||
"tsx",
|
||||
"ts",
|
||||
"jsx",
|
||||
"js"
|
||||
],
|
||||
"poweredByHeader": false,
|
||||
"compress": true,
|
||||
"images": {
|
||||
"deviceSizes": [
|
||||
640,
|
||||
750,
|
||||
828,
|
||||
1080,
|
||||
1200,
|
||||
1920,
|
||||
2048,
|
||||
3840
|
||||
],
|
||||
"imageSizes": [
|
||||
16,
|
||||
32,
|
||||
48,
|
||||
64,
|
||||
96,
|
||||
128,
|
||||
256,
|
||||
384
|
||||
],
|
||||
"path": "/_next/image",
|
||||
"loader": "default",
|
||||
"loaderFile": "",
|
||||
"domains": [],
|
||||
"disableStaticImages": false,
|
||||
"minimumCacheTTL": 14400,
|
||||
"formats": [
|
||||
"image/webp"
|
||||
],
|
||||
"maximumRedirects": 3,
|
||||
"maximumResponseBody": 50000000,
|
||||
"dangerouslyAllowLocalIP": false,
|
||||
"dangerouslyAllowSVG": false,
|
||||
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
||||
"contentDispositionType": "attachment",
|
||||
"localPatterns": [
|
||||
{
|
||||
"pathname": "**",
|
||||
"search": ""
|
||||
}
|
||||
],
|
||||
"remotePatterns": [],
|
||||
"qualities": [
|
||||
75
|
||||
],
|
||||
"unoptimized": true
|
||||
},
|
||||
"devIndicators": {
|
||||
"position": "bottom-left"
|
||||
},
|
||||
"onDemandEntries": {
|
||||
"maxInactiveAge": 60000,
|
||||
"pagesBufferLength": 5
|
||||
},
|
||||
"basePath": "",
|
||||
"sassOptions": {},
|
||||
"trailingSlash": false,
|
||||
"i18n": null,
|
||||
"productionBrowserSourceMaps": false,
|
||||
"excludeDefaultMomentLocales": true,
|
||||
"reactProductionProfiling": false,
|
||||
"reactStrictMode": true,
|
||||
"reactMaxHeadersLength": 6000,
|
||||
"httpAgentOptions": {
|
||||
"keepAlive": true
|
||||
},
|
||||
"logging": {},
|
||||
"compiler": {},
|
||||
"expireTime": 31536000,
|
||||
"staticPageGenerationTimeout": 60,
|
||||
"output": "export",
|
||||
"modularizeImports": {
|
||||
"@mui/icons-material": {
|
||||
"transform": "@mui/icons-material/{{member}}"
|
||||
},
|
||||
"lodash": {
|
||||
"transform": "lodash/{{member}}"
|
||||
}
|
||||
},
|
||||
"outputFileTracingRoot": "/Users/zhangxiang/Codes/Gitee/home-page",
|
||||
"cacheComponents": false,
|
||||
"cacheLife": {
|
||||
"default": {
|
||||
"stale": 300,
|
||||
"revalidate": 900,
|
||||
"expire": 4294967294
|
||||
},
|
||||
"seconds": {
|
||||
"stale": 30,
|
||||
"revalidate": 1,
|
||||
"expire": 60
|
||||
},
|
||||
"minutes": {
|
||||
"stale": 300,
|
||||
"revalidate": 60,
|
||||
"expire": 3600
|
||||
},
|
||||
"hours": {
|
||||
"stale": 300,
|
||||
"revalidate": 3600,
|
||||
"expire": 86400
|
||||
},
|
||||
"days": {
|
||||
"stale": 300,
|
||||
"revalidate": 86400,
|
||||
"expire": 604800
|
||||
},
|
||||
"weeks": {
|
||||
"stale": 300,
|
||||
"revalidate": 604800,
|
||||
"expire": 2592000
|
||||
},
|
||||
"max": {
|
||||
"stale": 300,
|
||||
"revalidate": 2592000,
|
||||
"expire": 31536000
|
||||
}
|
||||
},
|
||||
"cacheHandlers": {},
|
||||
"experimental": {
|
||||
"useSkewCookie": false,
|
||||
"cssChunking": true,
|
||||
"multiZoneDraftMode": false,
|
||||
"appNavFailHandling": false,
|
||||
"prerenderEarlyExit": true,
|
||||
"serverMinification": true,
|
||||
"linkNoTouchStart": false,
|
||||
"caseSensitiveRoutes": false,
|
||||
"dynamicOnHover": false,
|
||||
"preloadEntriesOnStart": true,
|
||||
"clientRouterFilter": true,
|
||||
"clientRouterFilterRedirects": false,
|
||||
"fetchCacheKeyPrefix": "",
|
||||
"proxyPrefetch": "flexible",
|
||||
"optimisticClientCache": true,
|
||||
"manualClientBasePath": false,
|
||||
"cpus": 7,
|
||||
"memoryBasedWorkersCount": false,
|
||||
"imgOptConcurrency": null,
|
||||
"imgOptTimeoutInSeconds": 7,
|
||||
"imgOptMaxInputPixels": 268402689,
|
||||
"imgOptSequentialRead": null,
|
||||
"imgOptSkipMetadata": null,
|
||||
"isrFlushToDisk": true,
|
||||
"workerThreads": false,
|
||||
"optimizeCss": false,
|
||||
"nextScriptWorkers": false,
|
||||
"scrollRestoration": false,
|
||||
"externalDir": false,
|
||||
"disableOptimizedLoading": false,
|
||||
"gzipSize": true,
|
||||
"craCompat": false,
|
||||
"esmExternals": true,
|
||||
"fullySpecified": false,
|
||||
"swcTraceProfiling": false,
|
||||
"forceSwcTransforms": false,
|
||||
"largePageDataBytes": 128000,
|
||||
"typedEnv": false,
|
||||
"parallelServerCompiles": false,
|
||||
"parallelServerBuildTraces": false,
|
||||
"ppr": false,
|
||||
"authInterrupts": false,
|
||||
"webpackMemoryOptimizations": false,
|
||||
"optimizeServerReact": true,
|
||||
"viewTransition": false,
|
||||
"removeUncaughtErrorAndRejectionListeners": false,
|
||||
"validateRSCRequestHeaders": false,
|
||||
"staleTimes": {
|
||||
"dynamic": 0,
|
||||
"static": 300
|
||||
},
|
||||
"reactDebugChannel": false,
|
||||
"serverComponentsHmrCache": true,
|
||||
"staticGenerationMaxConcurrency": 8,
|
||||
"staticGenerationMinPagesPerWorker": 25,
|
||||
"transitionIndicator": false,
|
||||
"inlineCss": false,
|
||||
"useCache": false,
|
||||
"globalNotFound": false,
|
||||
"browserDebugInfoInTerminal": false,
|
||||
"lockDistDir": true,
|
||||
"isolatedDevBuild": true,
|
||||
"proxyClientMaxBodySize": 10485760,
|
||||
"hideLogsAfterAbort": false,
|
||||
"mcpServer": true,
|
||||
"turbopackFileSystemCacheForDev": true,
|
||||
"turbopackFileSystemCacheForBuild": false,
|
||||
"turbopackInferModuleSideEffects": false,
|
||||
"optimizePackageImports": [
|
||||
"lucide-react",
|
||||
"framer-motion",
|
||||
"date-fns",
|
||||
"lodash-es",
|
||||
"ramda",
|
||||
"antd",
|
||||
"react-bootstrap",
|
||||
"ahooks",
|
||||
"@ant-design/icons",
|
||||
"@headlessui/react",
|
||||
"@headlessui-float/react",
|
||||
"@heroicons/react/20/solid",
|
||||
"@heroicons/react/24/solid",
|
||||
"@heroicons/react/24/outline",
|
||||
"@visx/visx",
|
||||
"@tremor/react",
|
||||
"rxjs",
|
||||
"@mui/material",
|
||||
"@mui/icons-material",
|
||||
"recharts",
|
||||
"react-use",
|
||||
"effect",
|
||||
"@effect/schema",
|
||||
"@effect/platform",
|
||||
"@effect/platform-node",
|
||||
"@effect/platform-browser",
|
||||
"@effect/platform-bun",
|
||||
"@effect/sql",
|
||||
"@effect/sql-mssql",
|
||||
"@effect/sql-mysql2",
|
||||
"@effect/sql-pg",
|
||||
"@effect/sql-sqlite-node",
|
||||
"@effect/sql-sqlite-bun",
|
||||
"@effect/sql-sqlite-wasm",
|
||||
"@effect/sql-sqlite-react-native",
|
||||
"@effect/rpc",
|
||||
"@effect/rpc-http",
|
||||
"@effect/typeclass",
|
||||
"@effect/experimental",
|
||||
"@effect/opentelemetry",
|
||||
"@material-ui/core",
|
||||
"@material-ui/icons",
|
||||
"@tabler/icons-react",
|
||||
"mui-core",
|
||||
"react-icons/ai",
|
||||
"react-icons/bi",
|
||||
"react-icons/bs",
|
||||
"react-icons/cg",
|
||||
"react-icons/ci",
|
||||
"react-icons/di",
|
||||
"react-icons/fa",
|
||||
"react-icons/fa6",
|
||||
"react-icons/fc",
|
||||
"react-icons/fi",
|
||||
"react-icons/gi",
|
||||
"react-icons/go",
|
||||
"react-icons/gr",
|
||||
"react-icons/hi",
|
||||
"react-icons/hi2",
|
||||
"react-icons/im",
|
||||
"react-icons/io",
|
||||
"react-icons/io5",
|
||||
"react-icons/lia",
|
||||
"react-icons/lib",
|
||||
"react-icons/lu",
|
||||
"react-icons/md",
|
||||
"react-icons/pi",
|
||||
"react-icons/ri",
|
||||
"react-icons/rx",
|
||||
"react-icons/si",
|
||||
"react-icons/sl",
|
||||
"react-icons/tb",
|
||||
"react-icons/tfi",
|
||||
"react-icons/ti",
|
||||
"react-icons/vsc",
|
||||
"react-icons/wi"
|
||||
],
|
||||
"trustHostHeader": false,
|
||||
"isExperimentalCompile": false
|
||||
},
|
||||
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
||||
"bundlePagesRouterDependencies": false,
|
||||
"configFileName": "next.config.ts",
|
||||
"turbopack": {
|
||||
"root": "/Users/zhangxiang/Codes/Gitee/home-page"
|
||||
},
|
||||
"distDirRoot": "dist"
|
||||
},
|
||||
"appDir": "/Users/zhangxiang/Codes/Gitee/home-page/novalon-website",
|
||||
"relativeAppDir": "novalon-website",
|
||||
"files": [
|
||||
".next/routes-manifest.json",
|
||||
".next/server/pages-manifest.json",
|
||||
".next/build-manifest.json",
|
||||
".next/prerender-manifest.json",
|
||||
".next/server/functions-config-manifest.json",
|
||||
".next/server/middleware-manifest.json",
|
||||
".next/server/middleware-build-manifest.js",
|
||||
".next/server/app-paths-manifest.json",
|
||||
".next/app-path-routes-manifest.json",
|
||||
".next/server/server-reference-manifest.js",
|
||||
".next/server/server-reference-manifest.json",
|
||||
".next/BUILD_ID",
|
||||
".next/server/next-font-manifest.js",
|
||||
".next/server/next-font-manifest.json",
|
||||
".next/required-server-files.json"
|
||||
],
|
||||
"ignore": []
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"/(marketing)/about/page": "app/(marketing)/about/page.js",
|
||||
"/(marketing)/cases/[id]/page": "app/(marketing)/cases/[id]/page.js",
|
||||
"/(marketing)/contact/page": "app/(marketing)/contact/page.js",
|
||||
"/(marketing)/news/[slug]/page": "app/(marketing)/news/[slug]/page.js",
|
||||
"/(marketing)/news/page": "app/(marketing)/news/page.js",
|
||||
"/(marketing)/page": "app/(marketing)/page.js",
|
||||
"/(marketing)/privacy/page": "app/(marketing)/privacy/page.js",
|
||||
"/(marketing)/products/[id]/page": "app/(marketing)/products/[id]/page.js",
|
||||
"/(marketing)/products/page": "app/(marketing)/products/page.js",
|
||||
"/(marketing)/services/[id]/page": "app/(marketing)/services/[id]/page.js",
|
||||
"/(marketing)/services/page": "app/(marketing)/services/page.js",
|
||||
"/(marketing)/terms/page": "app/(marketing)/terms/page.js",
|
||||
"/_global-error/page": "app/_global-error/page.js",
|
||||
"/_not-found/page": "app/_not-found/page.js",
|
||||
"/api/contact/route": "app/api/contact/route.js",
|
||||
"/favicon.ico/route": "app/favicon.ico/route.js",
|
||||
"/preview/effects/page": "app/preview/effects/page.js"
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
var R=require("../../../chunks/ssr/[turbopack]_runtime.js")("server/app/(marketing)/about/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__82bce779._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_lib_constants_ts_9d7f5ed8._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_components_ui_badge_tsx_edb5de23._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_d4b6b505._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_2429fb0b._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__b79fba40._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__acbe052a._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_5049edc6._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_app_99607344._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_global-error_7f48d11f.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__237f90db._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_a387d789._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_forbidden_6bfbd6ff.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_unauthorized_db57e761.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_9e8abc49._.js")
|
||||
R.c("server/chunks/ssr/a9f9b__next-internal_server_app_(marketing)_about_page_actions_241718d1.js")
|
||||
R.m(96905)
|
||||
module.exports=R.m(96905).exports
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"/(marketing)/about/page": "app/(marketing)/about/page.js"
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/44fb32c503ee245d.js",
|
||||
"static/chunks/3e0a212ca3b83398.js",
|
||||
"static/chunks/9786a62ff82ec753.js",
|
||||
"static/chunks/96a0238538bf79ea.js",
|
||||
"static/chunks/turbopack-9544d80d40f43cf1.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {
|
||||
"[project]/novalon-website/src/app/(marketing)/about/page": [
|
||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2",
|
||||
"static/media/feb57b2dc8f29018-s.p.2539f70a.woff2",
|
||||
"static/media/b7f3a346e7dd7646-s.p.b14a7889.woff2",
|
||||
"static/media/a4dc8242ba11356e-s.p.01d8cd3e.woff2"
|
||||
]
|
||||
},
|
||||
"appUsingSizeAdjust": true,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,17 +0,0 @@
|
||||
var R=require("../../../chunks/ssr/[turbopack]_runtime.js")("server/app/(marketing)/contact/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__66774cff._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_d4b6b505._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_31009017._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__b79fba40._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__acbe052a._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_5049edc6._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_app_99607344._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_global-error_7f48d11f.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__237f90db._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_a387d789._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_forbidden_6bfbd6ff.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_unauthorized_db57e761.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_9e8abc49._.js")
|
||||
R.c("server/chunks/ssr/a9f9b__next-internal_server_app_(marketing)_contact_page_actions_cc06ddca.js")
|
||||
R.m(22680)
|
||||
module.exports=R.m(22680).exports
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"/(marketing)/contact/page": "app/(marketing)/contact/page.js"
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/44fb32c503ee245d.js",
|
||||
"static/chunks/3e0a212ca3b83398.js",
|
||||
"static/chunks/9786a62ff82ec753.js",
|
||||
"static/chunks/96a0238538bf79ea.js",
|
||||
"static/chunks/turbopack-9544d80d40f43cf1.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {
|
||||
"[project]/novalon-website/src/app/(marketing)/contact/page": [
|
||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2",
|
||||
"static/media/feb57b2dc8f29018-s.p.2539f70a.woff2",
|
||||
"static/media/b7f3a346e7dd7646-s.p.b14a7889.woff2",
|
||||
"static/media/a4dc8242ba11356e-s.p.01d8cd3e.woff2"
|
||||
]
|
||||
},
|
||||
"appUsingSizeAdjust": true,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,20 +0,0 @@
|
||||
var R=require("../../../../chunks/ssr/[turbopack]_runtime.js")("server/app/(marketing)/news/[slug]/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__5a1936df._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_d4b6b505._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_lib_constants_ts_9d7f5ed8._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_components_ui_badge_tsx_edb5de23._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_712f1844._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_bafe4ab2._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__b79fba40._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__acbe052a._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_5049edc6._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_app_99607344._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_global-error_7f48d11f.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__237f90db._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_a387d789._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_forbidden_6bfbd6ff.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_unauthorized_db57e761.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_9e8abc49._.js")
|
||||
R.c("server/chunks/ssr/a9f9b__next-internal_server_app_(marketing)_news_[slug]_page_actions_84d502c3.js")
|
||||
R.m(69838)
|
||||
module.exports=R.m(69838).exports
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"/(marketing)/news/[slug]/page": "app/(marketing)/news/[slug]/page.js"
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/44fb32c503ee245d.js",
|
||||
"static/chunks/3e0a212ca3b83398.js",
|
||||
"static/chunks/9786a62ff82ec753.js",
|
||||
"static/chunks/96a0238538bf79ea.js",
|
||||
"static/chunks/turbopack-9544d80d40f43cf1.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {
|
||||
"[project]/novalon-website/src/app/(marketing)/news/[slug]/page": [
|
||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2",
|
||||
"static/media/feb57b2dc8f29018-s.p.2539f70a.woff2",
|
||||
"static/media/b7f3a346e7dd7646-s.p.b14a7889.woff2",
|
||||
"static/media/a4dc8242ba11356e-s.p.01d8cd3e.woff2"
|
||||
]
|
||||
},
|
||||
"appUsingSizeAdjust": true,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,19 +0,0 @@
|
||||
var R=require("../../../chunks/ssr/[turbopack]_runtime.js")("server/app/(marketing)/news/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__92488eee._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_lib_constants_ts_9d7f5ed8._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_components_ui_badge_tsx_edb5de23._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_d4b6b505._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_44600c78._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__b79fba40._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__acbe052a._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_5049edc6._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_app_99607344._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_global-error_7f48d11f.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__237f90db._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_a387d789._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_forbidden_6bfbd6ff.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_unauthorized_db57e761.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_9e8abc49._.js")
|
||||
R.c("server/chunks/ssr/novalon-website__next-internal_server_app_(marketing)_news_page_actions_52306a68.js")
|
||||
R.m(88879)
|
||||
module.exports=R.m(88879).exports
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"/(marketing)/news/page": "app/(marketing)/news/page.js"
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/44fb32c503ee245d.js",
|
||||
"static/chunks/3e0a212ca3b83398.js",
|
||||
"static/chunks/9786a62ff82ec753.js",
|
||||
"static/chunks/96a0238538bf79ea.js",
|
||||
"static/chunks/turbopack-9544d80d40f43cf1.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {
|
||||
"[project]/novalon-website/src/app/(marketing)/news/page": [
|
||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2",
|
||||
"static/media/feb57b2dc8f29018-s.p.2539f70a.woff2",
|
||||
"static/media/b7f3a346e7dd7646-s.p.b14a7889.woff2",
|
||||
"static/media/a4dc8242ba11356e-s.p.01d8cd3e.woff2"
|
||||
]
|
||||
},
|
||||
"appUsingSizeAdjust": true,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,17 +0,0 @@
|
||||
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/(marketing)/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__68b4c032._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_d4b6b505._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_1de4a1ff._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__b79fba40._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__acbe052a._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_5049edc6._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_app_99607344._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_global-error_7f48d11f.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__237f90db._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_a387d789._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_forbidden_6bfbd6ff.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_unauthorized_db57e761.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_9e8abc49._.js")
|
||||
R.c("server/chunks/ssr/novalon-website__next-internal_server_app_(marketing)_page_actions_93803ac6.js")
|
||||
R.m(85310)
|
||||
module.exports=R.m(85310).exports
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"/(marketing)/page": "app/(marketing)/page.js"
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/44fb32c503ee245d.js",
|
||||
"static/chunks/3e0a212ca3b83398.js",
|
||||
"static/chunks/9786a62ff82ec753.js",
|
||||
"static/chunks/96a0238538bf79ea.js",
|
||||
"static/chunks/turbopack-9544d80d40f43cf1.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {
|
||||
"[project]/novalon-website/src/app/(marketing)/page": [
|
||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2",
|
||||
"static/media/feb57b2dc8f29018-s.p.2539f70a.woff2",
|
||||
"static/media/b7f3a346e7dd7646-s.p.b14a7889.woff2",
|
||||
"static/media/a4dc8242ba11356e-s.p.01d8cd3e.woff2"
|
||||
]
|
||||
},
|
||||
"appUsingSizeAdjust": true,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"39207": {
|
||||
"id": 39207,
|
||||
"files": [
|
||||
"static/chunks/6fed86c003d8f6ed.js"
|
||||
]
|
||||
},
|
||||
"89748": {
|
||||
"id": 89748,
|
||||
"files": [
|
||||
"static/chunks/9db5ea96ae595f12.js"
|
||||
]
|
||||
},
|
||||
"39017": {
|
||||
"id": 39017,
|
||||
"files": [
|
||||
"static/chunks/40d282c7323072ef.js"
|
||||
]
|
||||
},
|
||||
"73331": {
|
||||
"id": 73331,
|
||||
"files": [
|
||||
"static/chunks/880fe63d858cadac.js"
|
||||
]
|
||||
},
|
||||
"87286": {
|
||||
"id": 87286,
|
||||
"files": [
|
||||
"static/chunks/6a5ca30fcf381ce9.js",
|
||||
"static/chunks/5a1b4318f935e62d.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,19 +0,0 @@
|
||||
var R=require("../../../chunks/ssr/[turbopack]_runtime.js")("server/app/(marketing)/products/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__13d7e871._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_lib_constants_ts_9d7f5ed8._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_d4b6b505._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_components_ui_badge_tsx_edb5de23._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_457b14a4._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__b79fba40._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__acbe052a._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_5049edc6._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_app_99607344._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_global-error_7f48d11f.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__237f90db._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_a387d789._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_forbidden_6bfbd6ff.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_unauthorized_db57e761.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_9e8abc49._.js")
|
||||
R.c("server/chunks/ssr/a9f9b__next-internal_server_app_(marketing)_products_page_actions_9443a16e.js")
|
||||
R.m(93794)
|
||||
module.exports=R.m(93794).exports
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"/(marketing)/products/page": "app/(marketing)/products/page.js"
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/44fb32c503ee245d.js",
|
||||
"static/chunks/3e0a212ca3b83398.js",
|
||||
"static/chunks/9786a62ff82ec753.js",
|
||||
"static/chunks/96a0238538bf79ea.js",
|
||||
"static/chunks/turbopack-9544d80d40f43cf1.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {
|
||||
"[project]/novalon-website/src/app/(marketing)/products/page": [
|
||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2",
|
||||
"static/media/feb57b2dc8f29018-s.p.2539f70a.woff2",
|
||||
"static/media/b7f3a346e7dd7646-s.p.b14a7889.woff2",
|
||||
"static/media/a4dc8242ba11356e-s.p.01d8cd3e.woff2"
|
||||
]
|
||||
},
|
||||
"appUsingSizeAdjust": true,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,19 +0,0 @@
|
||||
var R=require("../../../chunks/ssr/[turbopack]_runtime.js")("server/app/(marketing)/services/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__fe2add72._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_lib_constants_ts_9d7f5ed8._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_d4b6b505._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_components_ui_badge_tsx_edb5de23._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_a006713e._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__b79fba40._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__acbe052a._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_5049edc6._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_app_99607344._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_global-error_7f48d11f.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__237f90db._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_a387d789._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_forbidden_6bfbd6ff.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_unauthorized_db57e761.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_9e8abc49._.js")
|
||||
R.c("server/chunks/ssr/a9f9b__next-internal_server_app_(marketing)_services_page_actions_1a4033c6.js")
|
||||
R.m(64381)
|
||||
module.exports=R.m(64381).exports
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"/(marketing)/services/page": "app/(marketing)/services/page.js"
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/44fb32c503ee245d.js",
|
||||
"static/chunks/3e0a212ca3b83398.js",
|
||||
"static/chunks/9786a62ff82ec753.js",
|
||||
"static/chunks/96a0238538bf79ea.js",
|
||||
"static/chunks/turbopack-9544d80d40f43cf1.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {
|
||||
"[project]/novalon-website/src/app/(marketing)/services/page": [
|
||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2",
|
||||
"static/media/feb57b2dc8f29018-s.p.2539f70a.woff2",
|
||||
"static/media/b7f3a346e7dd7646-s.p.b14a7889.woff2",
|
||||
"static/media/a4dc8242ba11356e-s.p.01d8cd3e.woff2"
|
||||
]
|
||||
},
|
||||
"appUsingSizeAdjust": true,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,11 +0,0 @@
|
||||
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_global-error/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__c79f4863._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_d4b6b505._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_a267b25c._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__4ffd876d._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__acbe052a._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_5049edc6._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_app_99607344._.js")
|
||||
R.c("server/chunks/ssr/novalon-website__next-internal_server_app__global-error_page_actions_cc2d2df5.js")
|
||||
R.m(43461)
|
||||
module.exports=R.m(43461).exports
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../chunks/ssr/752a2_next_dist_5049edc6._.js","../../chunks/ssr/752a2_next_dist_a267b25c._.js","../../chunks/ssr/752a2_next_dist_f27a470c._.js","../../chunks/ssr/[root-of-the-server]__4ffd876d._.js","../../chunks/ssr/[root-of-the-server]__acbe052a._.js","../../chunks/ssr/[root-of-the-server]__c79f4863._.js","../../chunks/ssr/[root-of-the-server]__d0a3e382._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/novalon-website__next-internal_server_app__global-error_page_actions_cc2d2df5.js","../../chunks/ssr/novalon-website_d4b6b505._.js","../../chunks/ssr/novalon-website_src_app_99607344._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"/_global-error/page": "app/_global-error/page.js"
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/44fb32c503ee245d.js",
|
||||
"static/chunks/3e0a212ca3b83398.js",
|
||||
"static/chunks/9786a62ff82ec753.js",
|
||||
"static/chunks/96a0238538bf79ea.js",
|
||||
"static/chunks/turbopack-9544d80d40f43cf1.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {},
|
||||
"appUsingSizeAdjust": false,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,14 +0,0 @@
|
||||
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_not-found/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__94fda59d._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_d4b6b505._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_esm_build_templates_app-page_94a04929.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__4ffd876d._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__acbe052a._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_5049edc6._.js")
|
||||
R.c("server/chunks/ssr/novalon-website_src_app_99607344._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__237f90db._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_a387d789._.js")
|
||||
R.c("server/chunks/ssr/752a2_next_dist_client_components_builtin_forbidden_6bfbd6ff.js")
|
||||
R.c("server/chunks/ssr/novalon-website__next-internal_server_app__not-found_page_actions_17012213.js")
|
||||
R.m(59229)
|
||||
module.exports=R.m(59229).exports
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../chunks/ssr/752a2_next_dist_5049edc6._.js","../../chunks/ssr/752a2_next_dist_client_components_a387d789._.js","../../chunks/ssr/752a2_next_dist_client_components_builtin_forbidden_6bfbd6ff.js","../../chunks/ssr/752a2_next_dist_esm_build_templates_app-page_94a04929.js","../../chunks/ssr/752a2_next_dist_f27a470c._.js","../../chunks/ssr/[root-of-the-server]__237f90db._.js","../../chunks/ssr/[root-of-the-server]__4ffd876d._.js","../../chunks/ssr/[root-of-the-server]__94fda59d._.js","../../chunks/ssr/[root-of-the-server]__a51b6217._.js","../../chunks/ssr/[root-of-the-server]__acbe052a._.js","../../chunks/ssr/[root-of-the-server]__d0a3e382._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/novalon-website__next-internal_server_app__not-found_page_actions_17012213.js","../../chunks/ssr/novalon-website_d4b6b505._.js","../../chunks/ssr/novalon-website_src_app_99607344._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"/_not-found/page": "app/_not-found/page.js"
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/44fb32c503ee245d.js",
|
||||
"static/chunks/3e0a212ca3b83398.js",
|
||||
"static/chunks/9786a62ff82ec753.js",
|
||||
"static/chunks/96a0238538bf79ea.js",
|
||||
"static/chunks/turbopack-9544d80d40f43cf1.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {
|
||||
"[project]/novalon-website/src/app/_not-found/page": [
|
||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2",
|
||||
"static/media/feb57b2dc8f29018-s.p.2539f70a.woff2",
|
||||
"static/media/b7f3a346e7dd7646-s.p.b14a7889.woff2",
|
||||
"static/media/a4dc8242ba11356e-s.p.01d8cd3e.woff2"
|
||||
]
|
||||
},
|
||||
"appUsingSizeAdjust": true,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,7 +0,0 @@
|
||||
var R=require("../../chunks/[turbopack]_runtime.js")("server/app/favicon.ico/route.js")
|
||||
R.c("server/chunks/[externals]_next_dist_a6d89067._.js")
|
||||
R.c("server/chunks/[root-of-the-server]__c3a2bc68._.js")
|
||||
R.c("server/chunks/752a2_next_dist_esm_build_templates_app-route_41e9092d.js")
|
||||
R.c("server/chunks/novalon-website__next-internal_server_app_favicon_ico_route_actions_07dc5b99.js")
|
||||
R.m(51059)
|
||||
module.exports=R.m(51059).exports
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../chunks/752a2_next_dist_esm_build_templates_app-route_41e9092d.js","../../chunks/[externals]_next_dist_a6d89067._.js","../../chunks/[root-of-the-server]__c3a2bc68._.js","../../chunks/[turbopack]_runtime.js","../../chunks/novalon-website__next-internal_server_app_favicon_ico_route_actions_07dc5b99.js"]}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"/favicon.ico/route": "app/favicon.ico/route.js"
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
module.exports=[18622,(e,r,t)=>{r.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,r,t)=>{r.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,r,t)=>{r.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(e,r,t)=>{r.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},70406,(e,r,t)=>{r.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},93695,(e,r,t)=>{r.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))}];
|
||||
|
||||
//# sourceMappingURL=%5Bexternals%5D_next_dist_a6d89067._.js.map
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user