Skip to content

Commit

Permalink
fix: siteUrl 배포url로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoon-Hae-Min committed Jun 16, 2023
1 parent 924fd14 commit 7f5f77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
const config = {
siteMetadata: {
title: `FE Haemin`,
siteUrl: 'http://localhost:9000',
siteUrl: 'https://yoon-hae-min.github.io/',
description: '프론트엔드 개발자 만두피의 공간입니다.',
charset: 'utf-8',
author: `yoonhaemin`
Expand Down

0 comments on commit 7f5f77a

Please sign in to comment.