Compare commits

...

1 commit
0.4.5 ... main

Author SHA1 Message Date
James Mills
bd3a7bdf89
Fix serving non-existent pages by disabling SPA mode 2025-01-01 15:53:18 +10:00

View file

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