feat: watch and live reload in development
1 file changed, 1 insertion(+), 6 deletions(-)
changed files
M config.toml → config.toml
@@ -2,18 +2,13 @@ base_url = "https://searchix.alanpearce.eu" [content-security-policy] default-src = [ - "'none'", + "'self'", ] image-src = [ - "'self'", "http://gc.zgo.at", ] script-src = [ - "'self'", "http://gc.zgo.at", -] -style-src = [ - "'unsafe-inline'", ] require-trusted-types-for = [ "'script'",