Skip to content

Commit c8f548a

Browse files
authored
Update netlify.toml
implement redirect via toml
1 parent 09469d6 commit c8f548a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[build]
22
publish = "dist"
33
command = "gridsome build"
4+
[[redirects]]
5+
from = "/vertex"
6+
to = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
7+
force = true

0 commit comments

Comments
 (0)