zeroed-some/localtoast / 58c2557

Browse files

fix the 404?

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
58c25579fef6e0471229217ec03dad4355f2fc23
Parents
b83824c
Tree
73db255

1 changed file

StatusFile+-
M frontend/next.config.ts 2 0
frontend/next.config.tsmodified
@@ -1,6 +1,8 @@
11
 import type { NextConfig } from "next";
22
 
33
 const nextConfig: NextConfig = {
4
+
5
+  output: 'standalone',
46
   // Disable SSR for Leaflet components
57
   transpilePackages: ['leaflet'],
68