diff --git a/README.md b/README.md index 15ec82d..b16568e 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,6 @@ This repository includes a [`netlify.toml`](./netlify.toml) file to deploy the a #### Deployment Previews - Cloudflare Pages 👉 [cacao-kit.byjohann.dev](https://cacao-kit.byjohann.dev) (recommended) -- Netlify 👉 [cacao-kit.netlify.app](https://cacao-kit.netlify.app) ## What's Kirby? diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index db3bdc3..0000000 --- a/netlify.toml +++ /dev/null @@ -1,8 +0,0 @@ -[build] - publish = "dist" - command = "pnpm run build" - -[[redirects]] - from = "/*" - to = "/index.html" - status = 200