From 901011fc7e52d80e1c35d039cbc867f831c987fe Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 23 Feb 2022 23:03:47 -0800 Subject: [PATCH] fix site url --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 6e955a0..914a630 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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'