This commit is contained in:
skidoodle 2022-08-06 20:36:51 +02:00 committed by GitHub
parent 719abc11e5
commit 3765e6838f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

9
next.config.js Normal file
View file

@ -0,0 +1,9 @@
const path = require('path')
module.export = {
productionBrowserSourceMaps: true,
swcMinify: true,
sassOptions: {
includePaths: [path.join(__dirname, 'styles')]
}
}