Move to 302 nginx redirects so RSS doesn't break

This commit is contained in:
2024-01-25 14:29:38 -08:00
parent c059b3164a
commit b432b3f31d
38 changed files with 27 additions and 67 deletions

View File

@@ -61,8 +61,8 @@ CATEGORIES_SAVE_AS = ''
TAGS_SAVE_AS = ''
INDEX_SAVE_AS = 'index.html'
ARTICLE_URL = '{short}'
ARTICLE_SAVE_AS = '{short}/index.html'
ARTICLE_URL = '{slug}'
ARTICLE_SAVE_AS = '{slug}/index.html'
PAGE_URL = '{slug}'
PAGE_SAVE_AS = '{slug}/index.html'