From 4a4462fa52e6de820eb04c4b8114550e5f6b5417 Mon Sep 17 00:00:00 2001 From: eyemono-moe Date: Wed, 9 Oct 2024 13:39:49 +0900 Subject: [PATCH] feat: update website URLs (remove www) --- public/robots.txt | 2 +- public/sitemap.xml | 9 +++++---- src/consts.ts | 2 +- src/entry-server.tsx | 10 ++-------- 4 files changed, 9 insertions(+), 14 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index 152f29c..0111b2b 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,4 +1,4 @@ User-agent: * Allow: / -SiteMap: https://www.eyemono.moe/sitemap.xml \ No newline at end of file +SiteMap: https://eyemono.moe/sitemap.xml \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml index 027ec7f..771453a 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,15 +1,16 @@ - + - https://www.eyemono.moe/ + https://eyemono.moe/ 1.0 - https://www.eyemono.moe/about + https://eyemono.moe/about 0.8 - https://www.eyemono.moe/works + https://eyemono.moe/works 0.8 \ No newline at end of file diff --git a/src/consts.ts b/src/consts.ts index 6e0e801..2cf5321 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -3,7 +3,7 @@ import { lazy } from "solid-js"; export const SITE_TITLE = "eyemono.moe Portfolio"; export const SITE_DESCRIPTION = "eyemono.moe の ポートフォリオ | Web / 3DCG Developer"; -export const SITE_URL = "https://www.eyemono.moe/"; +export const SITE_URL = "https://eyemono.moe/"; export const WORKS = [ { diff --git a/src/entry-server.tsx b/src/entry-server.tsx index afbd235..f6428ca 100644 --- a/src/entry-server.tsx +++ b/src/entry-server.tsx @@ -31,19 +31,13 @@ export default createHandler(() => ( - + - + {assets}