-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnetlify.toml
47 lines (35 loc) · 922 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
43
44
45
46
47
[build]
publish = "public"
command = "node --run build"
[build.processing]
skip_processing = true
[build.processing.html]
pretty_urls = true
[build.environment]
NODE_ENV = "production"
BASE_TITLE = "Qubyte Codes"
[functions]
directory = "functions"
node_bundler = "esbuild"
external_node_modules = ["jsdom"]
[[context.production.plugins]]
package = "/plugins/dispatch-webmentions"
[[context.production.plugins]]
package = "/plugins/announce-new-blog-posts"
[[context.production.plugins]]
package = "/plugins/update-shortlinks"
[[redirects]]
from = "/s/gh"
to = "https://github.com/qubyte/"
[[redirects]]
from = "/s/tw"
to = "https://twitter.com/qubyte"
[[redirects]]
from = "/s/npm"
to = "https://www.npmjs.com/~qubyte"
[[redirects]]
from = "/s/pw"
to = "https://www.polywork.com/qubyte"
[[redirects]]
from = "/s/ln"
to = "https://www.linkedin.com/in/markseveritt/"