align to framework preset (#3)

pull/50/head
RakuJa 1 year ago committed by GitHub
parent bc03191a0b
commit 431c06f0e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
.gitignore vendored

@ -35,4 +35,5 @@ yarn-error.log*
.gitattributes .gitattributes
.idea .idea
dist dist
out

@ -11,7 +11,7 @@ const nextConfig = {
// skipTrailingSlashRedirect: true, // skipTrailingSlashRedirect: true,
// Optional: Change the output directory `out` -> `dist` // Optional: Change the output directory `out` -> `dist`
distDir: 'dist', distDir: 'out',
} }
module.exports = nextConfig module.exports = nextConfig
Loading…
Cancel
Save