Skip to content

Commit fc4f1ef

Browse files
authored
Merge pull request #347 from boostcampwm-2022/refactor/cube-image
refactor: cube image size
2 parents 179b183 + cb7bd8a commit fc4f1ef

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)