Browse Source

build: add redirect for netlify deployment

satnaing 2 năm trước cách đây
mục cha
commit
8b47f6c7a6
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      netlify.toml

+ 4 - 0
netlify.toml

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