From: Cameron Otsuka Date: Mon, 4 Aug 2025 02:44:38 +0000 (-0700) Subject: update base url X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=bde04fb8df93878f4bd581af4ce448d4c514844e;p=cotsuka.github.io update base url --- diff --git a/astro.config.mjs b/astro.config.mjs index eeb9001..e368fc1 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,7 @@ import sitemap from '@astrojs/sitemap'; import react from '@astrojs/react'; export default defineConfig({ - site: 'https://otsuka.haus', + site: 'https://cameron.otsuka.systems', integrations: [mdx(), sitemap(), react()], markdown: { shikiConfig: { diff --git a/data/metadata.json b/data/metadata.json index c39ca6d..7fa86c9 100644 --- a/data/metadata.json +++ b/data/metadata.json @@ -1,7 +1,7 @@ { "title": "Cameron Otsuka", "subtitle": "The collection of Cameron's thoughts.", - "base": "https://otsuka.haus", + "base": "https://cameron.otsuka.systems", "language": "en", "author": { "name": "Cameron Otsuka", diff --git a/package.json b/package.json index 96c9f84..6f56c77 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "author": { "name": "Cameron Otsuka", - "url": "https://otsuka.haus" + "url": "https://cameron.otsuka.systems" }, "license": "MIT", "homepage": "https://github.com/cotsuka/cotsuka.github.io",