fix the 404?
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
58c25579fef6e0471229217ec03dad4355f2fc23- Parents
-
b83824c - Tree
73db255
58c2557
58c25579fef6e0471229217ec03dad4355f2fc23b83824c
73db255| Status | File | + | - |
|---|---|---|---|
| M |
frontend/next.config.ts
|
2 | 0 |
frontend/next.config.tsmodified@@ -1,6 +1,8 @@ | ||
| 1 | 1 | import type { NextConfig } from "next"; |
| 2 | 2 | |
| 3 | 3 | const nextConfig: NextConfig = { |
| 4 | + | |
| 5 | + output: 'standalone', | |
| 4 | 6 | // Disable SSR for Leaflet components |
| 5 | 7 | transpilePackages: ['leaflet'], |
| 6 | 8 | |