From 92a4d5c4952a4f38e93eaed021b83820eac4648d Mon Sep 17 00:00:00 2001 From: Ryuta Hamasaki Date: Mon, 14 Aug 2023 00:16:40 +0900 Subject: [PATCH] update sitemap location --- README.md | 3 ++- static/robots.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16beff9..49f3eb8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # hamasaki-shodo + ![image](https://user-images.githubusercontent.com/7438395/109374223-aaeadb80-78ee-11eb-8317-edf3244511ca.png) -This repo contains the source code of my wife's website for her Japanese calligraphy class at https://www.hamasaki-shodo.com.
+This repo contains the source code of my wife's website for her Japanese calligraphy class at https://sg.hamasaki-shodo.com.
It's built as a static site and deployed on Netlify.
Powered by Nuxt.js and Tailwind CSS. diff --git a/static/robots.txt b/static/robots.txt index 56288f1..00f7248 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,3 +1,3 @@ User-agent: * Allow: / -Sitemap: https://www.hamasaki-shodo.com/sitemap.xml +Sitemap: https://sg.hamasaki-shodo.com/sitemap.xml