mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
js to ts
This commit is contained in:
parent
ef377064e3
commit
24fd5b8c24
1 changed files with 9 additions and 0 deletions
9
next.config.ts
Normal file
9
next.config.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
productionBrowserSourceMaps: true,
|
||||
swcMinify: true,
|
||||
sassOptions: {
|
||||
includePaths: [path.join(__dirname, 'styles')]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue