switch to sqlite
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/website/mux.go → internal/website/mux.go
@@ -17,7 +17,7 @@ ) type Options struct { Source string `conf:"default:../website"` - Destination string `conf:"default:public"` + DBPath string `conf:"default:site.db"` Redirect bool `conf:"default:true"` Development bool `conf:"default:false,flag:dev"` BaseURL config.URL `conf:"default:localhost"`