-
-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy pathnetlify.toml
More file actions
25 lines (21 loc) · 653 Bytes
/
netlify.toml
File metadata and controls
25 lines (21 loc) · 653 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
[build]
# Directory to change to before starting a build.
# This is where we will look for package.json/.nvmrc/etc.
base = "/"
# Directory (relative to root of your repo) that contains the deploy-ready
# HTML files and assets generated by the build. If a base directory has
# been specified, include it in the publish directory path.
publish = "dist/"
# Default build command.
command = "npm run build"
[[redirects]]
from = "/#ok-hand"
to = "/definitions/ok-hand/"
status = 301
force = true
headers = {X-From = "Netlify"}
# [[redirects]]
# from = "/discord"
# to = "INSERT LINK HERE"
# status = 301
# force = true