update output

master
Robert Burgess 2024-08-15 23:02:05 -04:00
parent 5a2f16614a
commit e18e878d08
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
experimental: {
},
output: 'standalone' output: 'standalone'
} }