Add IndexNow submission command
All checks were successful
Deploy to Server / deploy (push) Successful in 18s

This commit is contained in:
Joakim Hellsén 2026-03-19 05:33:20 +01:00
commit cca873a357
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
4 changed files with 122 additions and 0 deletions

View file

@ -23,6 +23,8 @@ dependencies = [
"sentry-sdk",
"setproctitle",
"tqdm",
"index-now-for-python",
"sitemap-parser",
]
[dependency-groups]
@ -115,3 +117,6 @@ lint.ignore = [
[tool.djlint]
profile = "django"
ignore = "H021,H030"
[tool.uv.sources]
sitemap-parser = { git = "https://github.com/TheLovinator1/sitemap-parser.git" }