Exclude prints
This commit is contained in:
@@ -2,4 +2,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
siteUrl: process.env.SITE_URL || 'https://www.abyss-lab.app',
|
siteUrl: process.env.SITE_URL || 'https://www.abyss-lab.app',
|
||||||
generateRobotsTxt: true,
|
generateRobotsTxt: true,
|
||||||
|
exclude: ['*/prints/*'],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user