Add IndexNow submission command
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
This commit is contained in:
parent
b57e5daae4
commit
cca873a357
4 changed files with 122 additions and 0 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue