Skip to content

Commit

Permalink
fix: ending slash 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
cruelladevil committed Oct 29, 2023
1 parent 3519ef9 commit 12fa1af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
siteMetadata: {
title: 'Tecoble',
description: 'woowacourse code review & devlog',
siteUrl: 'https://tecoble.techcourse.co.kr/', // full path to blog - no ending slash
siteUrl: 'https://tecoble.techcourse.co.kr',
},
mapping: {
'MarkdownRemark.frontmatter.author': 'AuthorYaml',
Expand Down Expand Up @@ -63,7 +63,7 @@ module.exports = {
{
resolve: 'gatsby-plugin-canonical-urls',
options: {
siteUrl: 'https://tecoble.techcourse.co.kr/',
siteUrl: 'https://tecoble.techcourse.co.kr',
},
},
'gatsby-plugin-typescript',
Expand Down

0 comments on commit 12fa1af

Please sign in to comment.