removing build folder specification

This commit is contained in:
Luke Hagar
2024-01-01 16:06:21 -06:00
parent 8373abfb8c
commit 8db12fec97

View File

@@ -20,9 +20,7 @@ module.exports = withPlugins([], {
sassOptions: {
importer: jsonImporter(),
},
...withNextra({
distDir: 'out'
}),
...withNextra(),
eslint: {
ignoreDuringBuilds: true,
},