mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 08:53:49 +01:00
release prep
This commit is contained in:
parent
a21a7ae6b1
commit
ea17b42f2a
1
app.vue
1
app.vue
@ -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": {
|
||||||
|
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user