瀏覽代碼

build: add redirect for netlify deployment

satnaing 2 年之前
父節點
當前提交
8b47f6c7a6
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      netlify.toml

+ 4 - 0
netlify.toml

@@ -0,0 +1,4 @@
+[[redirects]]
+  from = "/*"
+  to = "/index.html"
+  status = 200