mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-30 22:46:39 -04:00
some very minor refactoring/fixing
This commit is contained in:
@ -7,6 +7,10 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
|
||||
});
|
||||
|
||||
module.exports = withBundleAnalyzer({
|
||||
i18n: {
|
||||
locales: ["en-us"],
|
||||
defaultLocale: "en-us",
|
||||
},
|
||||
swcMinify: true,
|
||||
reactStrictMode: true,
|
||||
trailingSlash: true,
|
||||
|
Reference in New Issue
Block a user