forked from theme-next/theme-next.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetlify.toml
42 lines (34 loc) · 830 Bytes
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[Settings]
ID = "Theme-Next"
# ================ #
# Muse #
# ================ #
[[redirects]]
from = "https://muse.theme-next.org/*"
to = "https://theme-next.org/schemes/muse/:splat"
status = 200
force = true
# ================ #
# Mist #
# ================ #
[[redirects]]
from = "https://mist.theme-next.org/*"
to = "https://theme-next.org/schemes/mist/:splat"
status = 200
force = true
# ================ #
# Pisces #
# ================ #
[[redirects]]
from = "https://pisces.theme-next.org/*"
to = "https://theme-next.org/schemes/pisces/:splat"
status = 200
force = true
# ================ #
# Gemini (Default) #
# ================ #
[[redirects]]
from = "https://theme-next.netlify.com/*"
to = "https://theme-next.org/:splat"
status = 301
force = true