Removed html redirect that was messing stuff up

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-13 16:14:50 -04:00
parent 538154bc2c
commit 1b5bfdca6e
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -6,10 +6,6 @@
"source": "/amp/(.+)/",
"destination": "/$1/"
},
{
"source": "/(\\d+)/(\\d+)/(.+).html",
"destination": "/$3/"
},
{
"source": "/atom.xml",
"destination": "/index.xml"