Small fixes

This commit is contained in:
Christian Anetzberger
2023-01-30 22:44:15 +01:00
parent 158a3793f7
commit 7ac213d208
11 changed files with 65 additions and 173 deletions

View File

@@ -1,9 +1,4 @@
const withBundleAnalyzer = require('@next/bundle-analyzer')({
enabled: process.env.ANALYZE === 'true',
openAnalyzer: false,
})
module.exports = withBundleAnalyzer({
module.exports = {
async redirects() {
return [
{
@@ -22,4 +17,4 @@ module.exports = withBundleAnalyzer({
locales: ['de'],
defaultLocale: 'de',
},
})
}