This commit is contained in:
skidoodle 2022-08-06 20:31:00 +02:00 committed by GitHub
parent ef377064e3
commit 24fd5b8c24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
next.config.ts Normal file
View file

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