Exclude prints

This commit is contained in:
Sakura Knoll
2022-11-04 09:52:05 +09:00 Unverified
parent dd9305a818
commit 096569e737
+1
View File
@@ -2,4 +2,5 @@
module.exports = {
siteUrl: process.env.SITE_URL || 'https://www.abyss-lab.app',
generateRobotsTxt: true,
exclude: ['*/prints/*'],
}