upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 8920e8425a - Show all commits

View File

@ -28,7 +28,7 @@ const siteMetadata = require('../data/siteMetadata')
.replace('.md', '')
.replace('/index.xml', '')
const route = path === '/index' ? '' : path
if (page === `pages/404.js` || page === `pages/[...slug].js`) {
if (page === `pages/404.js` || page === `pages/blog/[...slug].js`) {
return
}
return `