From bde04fb8df93878f4bd581af4ce448d4c514844e Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Sun, 3 Aug 2025 19:44:38 -0700 Subject: [PATCH] update base url --- astro.config.mjs | 2 +- data/metadata.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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", -- 2.51.0