]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
update base url
authorCameron Otsuka <cameron@otsuka.haus>
Mon, 4 Aug 2025 02:44:38 +0000 (19:44 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Mon, 4 Aug 2025 02:44:38 +0000 (19:44 -0700)
astro.config.mjs
data/metadata.json
package.json

index eeb90011bc2feec4ca4fd41055dd3d0f40676fad..e368fc12c01955b18c03590659ff238e71ebca6a 100644 (file)
@@ -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: {
index c39ca6daf0d90ecca36b2f5fd2c26e2a17b224f3..7fa86c9496297ffa2275c4f523fdd3cb476d6307 100644 (file)
@@ -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",
index 96c9f84e7d3a8a555039f4bd6fd4a27773a90f63..6f56c77465ef2b13e82037409283bfb35b4cfa44 100644 (file)
@@ -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",