-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathnetlify.toml
45 lines (37 loc) · 1.18 KB
/
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
43
44
45
[Settings]
ID = "kushagra"
# Settings in the [build] context are global and are applied to all contexts
# unless otherwise overridden by more specific contexts.
[build]
# Default build command.
command = "npx eleventy"
# 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 = "_site"
[[redirects]]
from = "/blog/:year/:month/:slug"
to = "/blog/:slug"
status = 301
force = true
[[redirects]]
from = "/lab/web-maker"
to = "https://webmaker.app"
status = 301
force = true
[[redirects]]
from = "https://kushagra.netlify.com/*"
to = "https://kushagra.dev/:splat"
status = 301
force = true
[[redirects]]
from = "/code-blast-codemirror/demo/index.html"
to = "/lab/code-blast-codemirror/demo/index.html"
status = 301
[[redirects]]
from = "/internship"
to = "https://kushagragour.notion.site/ChangWorks-Internship-program-f4874e5da1fc4efca6f630d571f69237"
status = 302