Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 9b2d7d2

Browse files
committed
updating data/tutorials.json
1 parent 6f3e9de commit 9b2d7d2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

data/tutorials.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,11 @@
166166
"description": "Easily create server code without worrying about managing servers yourself",
167167
"url": "https://kentcdodds.com/blog/super-simple-start-to-serverless",
168168
"date": "December 7, 2019"
169+
},
170+
{
171+
"title": "Submitting sitemaps on deploy with Netlify",
172+
"url": "https://atymic.dev/tips/netlify-submit-sitemaps/",
173+
"date": "2020-01-14",
174+
"description": "There's plenty of static site generators out there, and most support generating sitemaps. To make sure google indexes your pages as quickly as possible, it's a good idea to ping them with your sitemap when it's updated.\n\nNetlify provides some hooks which can be used to run functions once the deploy is complete. This allows us to ping google when production is deployed."
169175
}
170-
]
176+
]

0 commit comments

Comments
 (0)