File size: 3,900 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
  "env": {},
  "webpack": {},
  "eslint": {
    "ignoreDuringBuilds": false
  },
  "typescript": {
    "ignoreBuildErrors": false,
    "tsconfigPath": "tsconfig.json"
  },
  "distDir": ".next",
  "cleanDistDir": true,
  "assetPrefix": "",
  "cacheMaxMemorySize": 52428800,
  "configOrigin": "next.config.mjs",
  "useFileSystemPublicRoutes": true,
  "generateBuildId": null,
  "generateEtags": true,
  "pageExtensions": ["jsx", "js", "tsx", "ts", "mdx", "md"],
  "poweredByHeader": true,
  "compress": true,
  "analyticsId": "",
  "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": 60,
    "formats": ["image/avif", "image/webp"],
    "dangerouslyAllowSVG": false,
    "contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
    "contentDispositionType": "inline",
    "remotePatterns": [],
    "unoptimized": false
  },
  "devIndicators": {
    "buildActivityPosition": "bottom-right"
  },
  "onDemandEntries": {
    "maxInactiveAge": 60000,
    "pagesBufferLength": 5
  },
  "amp": {
    "canonicalBase": ""
  },
  "basePath": "",
  "sassOptions": {},
  "trailingSlash": false,
  "i18n": null,
  "productionBrowserSourceMaps": false,
  "optimizeFonts": true,
  "excludeDefaultMomentLocales": true,
  "serverRuntimeConfig": {},
  "publicRuntimeConfig": {},
  "reactProductionProfiling": false,
  "reactStrictMode": true,
  "httpAgentOptions": {
    "keepAlive": true
  },
  "outputFileTracing": true,
  "staticPageGenerationTimeout": 60,
  "modularizeImports": {},
  "experimental": {
    "prerenderEarlyExit": false,
    "serverMinification": true,
    "serverSourceMaps": false,
    "linkNoTouchStart": false,
    "caseSensitiveRoutes": false,
    "clientRouterFilter": true,
    "clientRouterFilterRedirects": false,
    "fetchCacheKeyPrefix": "",
    "middlewarePrefetch": "flexible",
    "optimisticClientCache": true,
    "manualClientBasePath": false,
    "cpus": 2,
    "memoryBasedWorkersCount": false,
    "isrFlushToDisk": true,
    "workerThreads": false,
    "optimizeCss": false,
    "nextScriptWorkers": false,
    "scrollRestoration": false,
    "externalDir": false,
    "disableOptimizedLoading": false,
    "gzipSize": true,
    "craCompat": false,
    "esmExternals": true,
    "fullySpecified": false,
    "outputFileTracingRoot": "/tmp/ignore",
    "swcTraceProfiling": false,
    "forceSwcTransforms": false,
    "largePageDataBytes": 128000,
    "adjustFontFallbacks": false,
    "adjustFontFallbacksWithSizeAdjust": false,
    "turbo": {
      "rules": {
        "*.mdx": {
          "loaders": ["turbopack-mdx-loader"],
          "as": "*.tsx"
        }
      },
      "resolveAlias": {
        "fs": {
          "browser": "./turbopack/empty.js"
        },
        "cookie": {
          "browser": "./turbopack/empty.js"
        },
        "http": {
          "browser": "./turbopack/empty.js"
        },
        "https": {
          "browser": "./turbopack/empty.js"
        },
        "node-fetch": {
          "browser": "./turbopack/empty.js"
        }
      }
    },
    "typedRoutes": false,
    "instrumentationHook": true,
    "bundlePagesExternals": false,
    "parallelServerCompiles": false,
    "parallelServerBuildTraces": false,
    "ppr": false,
    "missingSuspenseWithCSRBailout": true,
    "optimizeServerReact": true,
    "useEarlyImport": false,
    "serverComponentsExternalPackages": [],
    "useLightningcss": true,
    "optimizePackageImports": []
  },
  "configFile": "/tmp/ignore",
  "configFileName": "next.config.mjs",
  "transpilePackages": [],
  "_originalRewrites": {
    "beforeFiles": [],
    "afterFiles": [],
    "fallback": []
  },
  "_originalRedirects": [],
  "exportPathMap": {}
}