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

Commit 05569d6

Browse files
committed
fix: redirects
1 parent dfdf3f5 commit 05569d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
# Redirect default Netlify subdomain to primary domain
3232
[[redirects]]
33-
from = "https://vue-virtual-scroll-grid.netlify.app/*"
34-
to = "https://grid.kiwiberry.nz/:splat"
33+
from = "https://vue-virtual-scroll-grid.netlify.app"
34+
to = "https://grid.kiwiberry.nz"
3535
status = 301
3636
force = true
3737

0 commit comments

Comments
 (0)