diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 41bc67189..000000000 --- a/netlify.toml +++ /dev/null @@ -1,9 +0,0 @@ -[build] - base = "web/" - publish = "web/dist" - command = "yarn build:preview && (cd dist && curl -O https://test.reearth.dev/reearth_config.json)" - -[[redirects]] - from = "/web/*" - to = "/web/index.html" - status = 200