adjusted deployment

This commit is contained in:
Luke Hagar
2024-01-01 16:02:55 -06:00
parent f91c1e6f54
commit 8373abfb8c
2 changed files with 2 additions and 6 deletions

View File

@@ -21,11 +21,7 @@ module.exports = withPlugins([], {
importer: jsonImporter(),
},
...withNextra({
output: 'export',
distDir: 'out',
images: {
unoptimized: true,
},
distDir: 'out'
}),
eslint: {
ignoreDuringBuilds: true,