-
Notifications
You must be signed in to change notification settings - Fork 4
/
netlify.toml
48 lines (37 loc) · 1.27 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
46
47
48
[build]
base = ""
publish = "public"
command = "npm run build"
[[plugins]]
package = "netlify-plugin-gatsby-cache"
# Redirect added when moving posts under /blog/
[[redirects]]
from = "/add-cache-control-header-entire-s3-bucket-with-boto3?"
to = "/blog/add-cache-control-header-entire-s3-bucket-with-boto3?"
[[redirects]]
from = "/flexbox-zombie/"
to = "/blog/flexbox-zombie/"
[[redirects]]
from = "/hello-world/"
to = "/blog/hello-world/"
[[redirects]]
from = "/how-I-made-1000-of-website-more-secure/"
to = "/blog/how-I-made-1000-of-website-more-secure/"
[[redirects]]
from = "/making-celery-work-nicely-with-django-transactions/"
to = "/blog/making-celery-work-nicely-with-django-transactions/"
[[redirects]]
from = "/new-year-new-laptop/"
to = "/blog/new-year-new-laptop/"
[[redirects]]
from = "/self-host-typographyjs-fonts-with-gatsby/"
to = "/blog/self-host-typographyjs-fonts-with-gatsby/"
[[redirects]]
from = "/setting-up-content-security-policy-gatsby/"
to = "/blog/setting-up-content-security-policy-gatsby/"
[[redirects]]
from = "/static-vs-media-in-django/"
to = "/blog/static-vs-media-in-django/"
[[redirects]]
from = "/tils/advanced-routing-of-viewset-actions-in-drf/"
to = "/blog/nested-viewsets-with-django-rest-framework/"