change domain

This commit is contained in:
kakkokari-gtyih 2023-12-19 00:41:02 +09:00
parent 0cccda78c6
commit 072e50c9b5

View File

@ -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';