testinggggggggggggggg
All checks were successful
deploy / deploy (push) Successful in 1m36s

This commit is contained in:
Lee
2023-11-08 11:49:19 +00:00
parent fb0e8a7ea1
commit a5abcb1e23
9 changed files with 125 additions and 290 deletions

View File

@ -6,7 +6,15 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
/** @type {import('next').NextConfig} */
const nextConfig = {
generateEtags: true,
compress: true,
reactStrictMode: true,
swcMinify: true,
experimental: {
webpackBuildWorker: true,
optimizeCss: true,
},
output: "standalone",
compress: false,
poweredByHeader: false,
env: {
NEXT_PUBLIC_BUILD_ID:
process.env.GIT_REV || nextBuildId.sync({ dir: __dirname }),