Add canonical

This commit is contained in:
Sakura Knoll
2022-11-05 04:18:23 +09:00 Unverified
parent 096569e737
commit 659941ee8f
25 changed files with 83 additions and 39 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
module.exports = {
siteUrl: process.env.SITE_URL || 'https://www.abyss-lab.app',
generateRobotsTxt: true,
exclude: ['*/prints/*'],
exclude: ['*/temp/*'],
}