Fix serving non-existent pages by disabling SPA mode

This commit is contained in:
James Mills
2025-01-01 15:53:18 +10:00
parent 6690094cf4
commit bd3a7bdf89

View File

@@ -797,7 +797,6 @@ func serve(ctx context.Context, bind, root string) error {
static.WithRoot(root),
static.WithCGI(true),
static.WithDir(true),
static.WithSPA(true),
)
if err != nil {
return err