mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 00:43:50 +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",
|
||||
"url": `${baseUrl}/`,
|
||||
"sameAs": [
|
||||
"https://join.misskey.page/",
|
||||
"https://ja.wikipedia.org/wiki/Misskey",
|
||||
],
|
||||
"logo": {
|
||||
|
@ -10,7 +10,7 @@ import { locales } from './assets/data/locales';
|
||||
import type { NuxtConfig } from 'nuxt/schema';
|
||||
|
||||
// 公開時のドメイン(末尾スラッシュなし)
|
||||
const baseUrl = 'https://beta.misskey-hub.net';
|
||||
const baseUrl = 'https://misskey-hub.net';
|
||||
|
||||
// リポジトリURL(末尾スラッシュなし)
|
||||
const repositoryUrl = 'https://github.com/misskey-dev/misskey-hub-next';
|
||||
|
Loading…
Reference in New Issue
Block a user