1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 22:46:39 -04:00

home component -> index.tsx where it's supposed to be

This commit is contained in:
2022-01-01 13:56:33 -05:00
parent 3ee8ab4423
commit c47f5f917d
5 changed files with 390 additions and 407 deletions

View File

@ -7,11 +7,6 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
});
module.exports = withBundleAnalyzer({
i18n: {
locales: ["en-us"],
defaultLocale: "en-us",
localeDetection: false,
},
swcMinify: true,
reactStrictMode: true,
trailingSlash: true,