Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2483ac6

Browse files
authored
Merge pull requestgeocoder-php#14 from atymic/redirect-old-pages
feat: redirect old pages
2 parentsde7eac6 +872e13f commit2483ac6

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)

[8]ページ先頭

©2009-2025 Movatter.jp