Skip to content

Commit edb2c1a

Browse files
committed
Clean up Next config, commit synced artifacts
1 parent 2b0cba1 commit edb2c1a

File tree

5 files changed

+314
-336
lines changed

5 files changed

+314
-336
lines changed

next.config.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,6 @@ const config = {
119119
],
120120
},
121121
env: {
122-
nextImageExportOptimizer_imageFolderPath: "public/images",
123-
nextImageExportOptimizer_exportFolderPath: "out",
124-
nextImageExportOptimizer_quality: "75",
125-
nextImageExportOptimizer_storePicturesInWEBP: "true",
126-
nextImageExportOptimizer_exportFolderName: "nextImageExportOptimizer",
127-
// If you do not want to use blurry placeholder images, then you can set
128-
// nextImageExportOptimizer_generateAndUseBlurImages to false and pass
129-
// `placeholder="empty"` to all <ExportedImage> components.
130-
nextImageExportOptimizer_generateAndUseBlurImages: "true",
131-
// If you want to cache the remote images, you can set the time to live of the cache in seconds.
132-
// The default value is 0 seconds.
133-
nextImageExportOptimizer_remoteImageCacheTTL: "0",
134122
NEXT_PUBLIC_GA_ID:
135123
process.env.NODE_ENV === "production" ? "UA-44373548-16" : "",
136124
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint:docs:ci": "eslint --ignore-path .gitignore src/pages/learn --format eslint-formatter-github",
1717
"postbuild": "next-sitemap",
1818
"prebuild": "tsx scripts/get-github-info",
19-
"serve": "pnpx serve out",
19+
"start": "next start",
2020
"test": "playwright test && pnpm test:unit",
2121
"test:e2e": "playwright test",
2222
"test:ui": "playwright test --ui",

0 commit comments

Comments
 (0)