upstream #1
@ -28,7 +28,7 @@ const siteMetadata = require('../data/siteMetadata')
|
|||||||
.replace('.md', '')
|
.replace('.md', '')
|
||||||
.replace('/index.xml', '')
|
.replace('/index.xml', '')
|
||||||
const route = path === '/index' ? '' : path
|
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
|
||||||
}
|
}
|
||||||
return `
|
return `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user