Skip to content

Commit 872e13f

Browse files
committed
feat: redirect old pages
1 parent de7eac6 commit 872e13f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

netlify.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@
33
command = "npm run production"
44
publish = "build_production"
55
environment = { PHP_VERSION = "7.2" }
6+
7+
# Redirect old docs page in case people have it bookmarked.
8+
[[redirects]]
9+
from = "/Geocoder"
10+
to = "/"
11+
12+
[[redirects]]
13+
from = "/GeocoderLaravel"
14+
to = "/docs/#framework-integration"

0 commit comments

Comments
 (0)