From b14f159029590b34e69ce396c578c859b7cd50e4 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Tue, 20 Sep 2022 14:18:55 +0900 Subject: [PATCH] Prefix www --- next-sitemap.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-sitemap.config.js b/next-sitemap.config.js index 25df31ad..568ff339 100644 --- a/next-sitemap.config.js +++ b/next-sitemap.config.js @@ -1,5 +1,5 @@ /** @type {import('next-sitemap').IConfig} */ module.exports = { - siteUrl: process.env.SITE_URL || 'https://abyss-lab.app', + siteUrl: process.env.SITE_URL || 'https://www.abyss-lab.app', generateRobotsTxt: true, }