hasurafix

This commit is contained in:
2026-05-22 11:08:17 +05:30
parent 95cc80b4a8
commit 25dcc9ad59
5 changed files with 41 additions and 2 deletions

View File

@@ -10,6 +10,12 @@
status = 200
force = true
[[redirects]]
from = "/v1/*"
to = "https://api.workolik.com/v1/:splat"
status = 200
force = true
[[redirects]]
from = "/*"
to = "/index.html"