diff --git a/docs/netlify.toml b/docs/netlify.toml index b73b8813a7..8500c456ca 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -1,6 +1,3 @@ -[build] - command = "npm run build" - # This is a workaround to address the problem around the baseUrl from docusaurus # Be aware that this prevents the usage of the path /docs/docs [[redirects]] @@ -8,19 +5,7 @@ to = "/:splat" status = 200 force = true - -[[redirects]] - from = "/proxy/js/script.js" - to = "https://plausible.io/js/script.outbound-links.js" - status = 200 - force = true - -[[redirects]] - from = "/proxy/api/event" - to = "https://plausible.io/api/event" - status = 202 - force = true - + [[headers]] for = "/*" [headers.values] @@ -28,8 +13,3 @@ max-age=31536000; includeSubDomains; preload''' - -[[redirects]] - from = "/quickstarts/introduction" - to = "/examples/introduction" - status = 301