Skip to content

Commit

Permalink
chore: add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jun 26, 2023
1 parent 1a6b174 commit bfd9bc8
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
target: prod
projectId: bjerk-io

# - uses: atymic/sitemap-ping-action@master
# with:
# sitemap-url: https://bjerk.io/sitemap.xml
- uses: atymic/sitemap-ping-action@master
with:
sitemap-url: https://bjerk.io/sitemap.xml
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"generate": "tsx ./bin/generate-graph-images.ts"
"generate": "tsx ./bin/generate-graph-images.ts && svelte-sitemap --domain https://bjerk.io"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.2",
Expand Down Expand Up @@ -46,6 +46,7 @@
"sass": "^1.62.1",
"svelte-meta-tags": "^2.8.0",
"svelte-preprocess": "^5.0.4",
"svelte-sitemap": "^2.6.0",
"ts-invariant": "^0.10.3",
"zod": "^3.21.4"
}
Expand Down
80 changes: 70 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfd9bc8

Please sign in to comment.