From 072e50c9b5e1178ceb4c49679ef07c660342d689 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih Date: Tue, 19 Dec 2023 00:41:02 +0900 Subject: [PATCH] change domain --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 47782ffc..b2406f68 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -10,7 +10,7 @@ import { locales } from './assets/data/locales'; import type { NuxtConfig } from 'nuxt/schema'; // 公開時のドメイン(末尾スラッシュなし) -const baseUrl = 'https://misskey-hub-next.vercel.app'; +const baseUrl = 'https://beta.misskey-hub.net'; // リポジトリURL(末尾スラッシュなし) const repositoryUrl = 'https://github.com/misskey-dev/misskey-hub-next';