Skip to content

Commit 35662b9

Browse files
committed
Fix SITEURL
1 parent c7ad857 commit 35662b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publishconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
sys.path.append(os.curdir)
55
from pelicanconf import * # noqa: E402, F401, F403
66

7-
SITEURL = "https://milano.python.it/interuista"
7+
SITEURL = "https://www.intervistapythonista.com"
88
RELATIVE_URLS = False

0 commit comments

Comments
 (0)