Skip to content

Commit 4bb64f7

Browse files
authored
Merge pull request #348 from boostcampwm-2022/develop
v0.2.8 배포
2 parents cde334f + fc4f1ef commit 4bb64f7

File tree

4 files changed

+66
-60
lines changed

4 files changed

+66
-60
lines changed

frontend/next-sitemap.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** @type {import('next-sitemap').IConfig} */
2+
3+
module.exports = {
4+
siteUrl: process.env.SITE_URL || 'https://example.com',
5+
generateRobotsTxt: true,
6+
};
Lines changed: 20 additions & 20 deletions
Loading
Lines changed: 20 additions & 20 deletions
Loading
Lines changed: 20 additions & 20 deletions
Loading

0 commit comments

Comments
 (0)