We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611e512 commit 3476fb8Copy full SHA for 3476fb8
netlify.toml
@@ -20,6 +20,11 @@
20
to = "https://discord.gg/jamstack"
21
status = 302
22
23
+[[redirects]]
24
+ from = "/women-of-jamstack/"
25
+ to = "https://womenofjamstack.com"
26
+ status = 302
27
+
28
[[redirects]]
29
from = "/best-practices"
30
to = "/resources"
src/site/_includes/header.njk
@@ -7,6 +7,7 @@
7
{ "url": "/best-practices/", "text": "Jamstack best practices" },
8
{ "url": "/glossary/", "text": "Glossary" }
9
]},
10
+ { "url": "/women-of-jamstack/", "text": "Women of Jamstack"},
11
{ "url": "/tv/", "text": "Jamstack TV" },
12
{ "url": "/generators/", "text": "Site Generators" },
13
{ "url": "/headless-cms/", "text": "Headless CMS" },
0 commit comments