fix url in robots.txt
This commit is contained in:
parent
1fed0f63d0
commit
3e1b6d95b6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ from .sitemaps import (
|
||||||
def robots_txt(request):
|
def robots_txt(request):
|
||||||
content = """User-agent: *
|
content = """User-agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
Sitemap: https://serva.la/sitemap.xml
|
Sitemap: https://servala.com/sitemap.xml
|
||||||
"""
|
"""
|
||||||
return HttpResponse(content, content_type="text/plain")
|
return HttpResponse(content, content_type="text/plain")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue