Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 0cb111f

Browse files
committed
🔧 (netlify) add redirect rule
It should fix the issue of accessing directly an absolute url that should lead to a specific page.
1 parent 4e35bdd commit 0cb111f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# COMMENT: This a rule for Single Page Applications
2+
[[redirects]]
3+
from = "/*"
4+
to = "/"
5+
status = 200

0 commit comments

Comments
 (0)