Moved middleware.

This commit is contained in:
mike 2022-07-07 09:24:32 -07:00
parent ba5c149c48
commit 846afad0a4
4 changed files with 16 additions and 14 deletions

View file

@ -8,9 +8,7 @@ module.exports = {
updatesDisabled: process.env.DISABLE_UPDATES,
},
basePath: process.env.BASE_PATH,
experimental: {
outputStandalone: true,
},
output: 'standalone',
eslint: {
ignoreDuringBuilds: true,
},