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: { sassOptions: {
importer: jsonImporter(), importer: jsonImporter(),
}, },
...withNextra({ ...withNextra(),
distDir: 'out'
}),
eslint: { eslint: {
ignoreDuringBuilds: true, ignoreDuringBuilds: true,
}, },