release prep

This commit is contained in:
kakkokari-gtyih 2023-12-20 17:40:45 +09:00
parent a21a7ae6b1
commit ea17b42f2a
2 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,6 @@ const getLdJson = (additionalGraphes: Thing[] = []): string => {
"name": "Misskey", "name": "Misskey",
"url": `${baseUrl}/`, "url": `${baseUrl}/`,
"sameAs": [ "sameAs": [
"https://join.misskey.page/",
"https://ja.wikipedia.org/wiki/Misskey", "https://ja.wikipedia.org/wiki/Misskey",
], ],
"logo": { "logo": {

View File

@ -10,7 +10,7 @@ import { locales } from './assets/data/locales';
import type { NuxtConfig } from 'nuxt/schema'; import type { NuxtConfig } from 'nuxt/schema';
// 公開時のドメイン(末尾スラッシュなし) // 公開時のドメイン(末尾スラッシュなし)
const baseUrl = 'https://beta.misskey-hub.net'; const baseUrl = 'https://misskey-hub.net';
// リポジトリURL末尾スラッシュなし // リポジトリURL末尾スラッシュなし
const repositoryUrl = 'https://github.com/misskey-dev/misskey-hub-next'; const repositoryUrl = 'https://github.com/misskey-dev/misskey-hub-next';