fix site url
This commit is contained in:
parent
86a32256b2
commit
901011fc7e
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: utf-8 -*- #
|
# -*- coding: utf-8 -*- #
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
SITEURL = 'https://exon.wntrmute.net'
|
SITEURL = 'https://exon.wntrmute.dev'
|
||||||
AUTHOR = u'kyle'
|
AUTHOR = u'kyle'
|
||||||
SITENAME = u'Exocortex Notes'
|
SITENAME = u'Exocortex Notes'
|
||||||
DESCRIPTION = 'Development log and information about the wntrmute exocortex'
|
DESCRIPTION = 'Development log and information about the wntrmute exocortex'
|
||||||
|
|
Loading…
Reference in New Issue