Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 452980f

Browse files
authored
Merge pull request #676 from kenshin579/feat/#675-robots
[#675] robots.txt 잘못 생성된 이슈
2 parents fc1347e + a11d7f9 commit 452980f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

contents/posts/blog/gatsby-블로그-구글-검색에-더-많이-노출하는-방법/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ plugins: [
6969
{
7070
resolve: 'gatsby-plugin-robots-txt',
7171
options: {
72-
host: '<https://blog.advenoh.pe.kr/>',
73-
sitemap: '<https://blog.advenoh.pe.kr/sitemap.xml>',
72+
host: '<https://finance.advenoh.pe.kr/>',
73+
sitemap: '<https://finance.advenoh.pe.kr/sitemap.xml>',
7474
policy: [{ userAgent: '*', allow: '/' }],
7575
},
7676
}

gatsby-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ module.exports = {
146146
{
147147
resolve: 'gatsby-plugin-robots-txt',
148148
options: {
149-
host: 'https://blog.advenoh.pe.kr/',
150-
sitemap: 'https://blog.advenoh.pe.kr/sitemap.xml',
149+
host: 'https://finance.advenoh.pe.kr/',
150+
sitemap: 'https://finance.advenoh.pe.kr/sitemap.xml',
151151
policy: [
152152
{
153153
userAgent: '*',

0 commit comments

Comments
 (0)