0.3.0.0
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"jsx",
|
||||
"js"
|
||||
],
|
||||
"poweredByHeader": true,
|
||||
"poweredByHeader": false,
|
||||
"compress": true,
|
||||
"images": {
|
||||
"deviceSizes": [
|
||||
@@ -29,18 +29,16 @@
|
||||
828,
|
||||
1080,
|
||||
1200,
|
||||
1920,
|
||||
2048,
|
||||
3840
|
||||
1920
|
||||
],
|
||||
"imageSizes": [
|
||||
16,
|
||||
32,
|
||||
48,
|
||||
64,
|
||||
96,
|
||||
128,
|
||||
256,
|
||||
384
|
||||
256
|
||||
],
|
||||
"path": "/_next/image",
|
||||
"loader": "default",
|
||||
@@ -49,6 +47,7 @@
|
||||
"disableStaticImages": false,
|
||||
"minimumCacheTTL": 14400,
|
||||
"formats": [
|
||||
"image/avif",
|
||||
"image/webp"
|
||||
],
|
||||
"maximumRedirects": 3,
|
||||
@@ -62,11 +61,16 @@
|
||||
"search": ""
|
||||
}
|
||||
],
|
||||
"remotePatterns": [],
|
||||
"remotePatterns": [
|
||||
{
|
||||
"protocol": "https",
|
||||
"hostname": "**"
|
||||
}
|
||||
],
|
||||
"qualities": [
|
||||
75
|
||||
],
|
||||
"unoptimized": true
|
||||
"unoptimized": false
|
||||
},
|
||||
"devIndicators": {
|
||||
"position": "bottom-left"
|
||||
@@ -88,9 +92,16 @@
|
||||
"keepAlive": true
|
||||
},
|
||||
"logging": {},
|
||||
"compiler": {},
|
||||
"compiler": {
|
||||
"removeConsole": {
|
||||
"exclude": [
|
||||
"error",
|
||||
"warn"
|
||||
]
|
||||
}
|
||||
},
|
||||
"expireTime": 31536000,
|
||||
"staticPageGenerationTimeout": 60,
|
||||
"staticPageGenerationTimeout": 120,
|
||||
"modularizeImports": {
|
||||
"@mui/icons-material": {
|
||||
"transform": "@mui/icons-material/{{member}}"
|
||||
@@ -207,7 +218,11 @@
|
||||
"mcpServer": true,
|
||||
"optimizePackageImports": [
|
||||
"lucide-react",
|
||||
"@radix-ui/react-icons",
|
||||
"date-fns",
|
||||
"d3",
|
||||
"echarts",
|
||||
"recharts",
|
||||
"lodash-es",
|
||||
"ramda",
|
||||
"antd",
|
||||
@@ -224,7 +239,6 @@
|
||||
"rxjs",
|
||||
"@mui/material",
|
||||
"@mui/icons-material",
|
||||
"recharts",
|
||||
"react-use",
|
||||
"effect",
|
||||
"@effect/schema",
|
||||
|
||||
Reference in New Issue
Block a user