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
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit caa75e1

Browse files
Increase priority of new redirs
1 parent cc1a086 commit caa75e1

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

‎static/_redirects‎

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ http://tryghost.netlify.com/* https://docs.ghost.org/:splat
66
https://newdocs.ghost.org/* https://docs.ghost.org/:splat 301!
77

88

9+
# Temporary redirects - catch routes
10+
/faq https://ghost.org/faq/ 301!
11+
/faq/* https://ghost.org/faq/:splat 301!
12+
/tutorials https://ghost.org/tutorials/ 301!
13+
/tutorials/* https://ghost.org/tutorials/:splat 301!
14+
/integrations https://ghost.org/integrations/ 301!
15+
/integrations/* https://ghost.org/integrations/:splat 301!
16+
/ https://ghost.org/docs/ 301!
17+
18+
919
# Make edit links work
1020
/api/*/edit https://github.com/tryghost/docs-api/tree/master/:splat.md 302!
1121
/concepts/*/edit https://github.com/TryGhost/docs/tree/master/content/concepts/:splat.md 302!
@@ -393,11 +403,3 @@ https://newdocs.ghost.org/* https://docs.ghost.org/:splat
393403
/hc/en-us/articles/115000301672-Public-API-Beta /api/content/ 301!
394404

395405

396-
# Temporary redirects - catch routes
397-
/faq https://ghost.org/faq/ 301!
398-
/faq/* https://ghost.org/faq/:splat 301!
399-
/tutorials https://ghost.org/tutorials/ 301!
400-
/tutorials/* https://ghost.org/tutorials/:splat 301!
401-
/integrations https://ghost.org/integrations/ 301!
402-
/integrations/* https://ghost.org/integrations/:splat 301!
403-
/ https://ghost.org/docs/ 301!

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /