Add setup info regarding the CSP

This commit is contained in:
Alexander Zeilmann
2022-02-10 11:43:22 +01:00
parent 1488ed8f74
commit 5ddacdfdfd
3 changed files with 18 additions and 10 deletions
+7 -5
View File
@@ -98,11 +98,13 @@ npx degit timlrx/tailwind-nextjs-starter-blog#typescript
```
2. Personalize `siteMetadata.js` (site related information)
3. Personalize `authors/default.md` (main author)
4. Modify `projectsData.js`
5. Modify `headerNavLinks.js` to customize navigation links
6. Add blog posts
7. Deploy on Vercel
3. Modify the content security policy in `next.config.js` if you want to use
any analytics provider or a commenting solution other than giscus.
4. Personalize `authors/default.md` (main author)
5. Modify `projectsData.js`
6. Modify `headerNavLinks.js` to customize navigation links
7. Add blog posts
8. Deploy on Vercel
## Installation