fix site url

This commit is contained in:
Kyle Isom 2022-02-23 23:03:47 -08:00
parent 86a32256b2
commit 901011fc7e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
SITEURL = 'https://exon.wntrmute.net'
SITEURL = 'https://exon.wntrmute.dev'
AUTHOR = u'kyle'
SITENAME = u'Exocortex Notes'
DESCRIPTION = 'Development log and information about the wntrmute exocortex'