1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-01-10 19:22:55 -05:00

publish sitemap.xml with getServerSideProps instead of next-sitemap (#720)

very VERY hacky right now but I still prefer this
This commit is contained in:
2022-01-03 20:53:17 -05:00
committed by GitHub
parent 78d17c6337
commit a5a602d385
5 changed files with 75 additions and 38 deletions

3
.gitignore vendored
View File

@@ -2,9 +2,6 @@
/.next/
/out/
# generated at build-time by next-sitemap
public/sitemap.xml
# node/npm/yarn
node_modules/
package-lock.json