-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
48 lines (39 loc) · 878 Bytes
/
Copy pathnetlify.toml
File metadata and controls
48 lines (39 loc) · 878 Bytes
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
43
44
45
46
47
48
[build]
base = "web-next"
command = "npm run build"
publish = "out"
[build.environment]
NODE_VERSION = "20"
# Next.js static export emits `/route.html`; map clean URLs for PocketBuddy.
[[redirects]]
from = "/pocketbuddy"
to = "/pocketbuddy.html"
status = 200
[[redirects]]
from = "/pocketbuddy/"
to = "/pocketbuddy.html"
status = 200
[[redirects]]
from = "/pocketbuddy/privacy"
to = "/pocketbuddy/privacy.html"
status = 200
[[redirects]]
from = "/pocketbuddy/privacy/"
to = "/pocketbuddy/privacy.html"
status = 200
[[redirects]]
from = "/pocketbuddy/terms"
to = "/pocketbuddy/terms.html"
status = 200
[[redirects]]
from = "/pocketbuddy/terms/"
to = "/pocketbuddy/terms.html"
status = 200
[[redirects]]
from = "/pocketbuddy/legal"
to = "/pocketbuddy/legal.html"
status = 200
[[redirects]]
from = "/pocketbuddy/legal/"
to = "/pocketbuddy/legal.html"
status = 200