From 005ef478746b54549637a8d55e7baa45d5627cfe Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih Date: Sun, 24 Dec 2023 01:25:58 +0900 Subject: [PATCH] docs: endpoints update --- content/ja/docs/4.for-developers/api/endpoints.md | 2 ++ nuxt.config.ts | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/ja/docs/4.for-developers/api/endpoints.md b/content/ja/docs/4.for-developers/api/endpoints.md index 7a1a9525..8f8540fa 100644 --- a/content/ja/docs/4.for-developers/api/endpoints.md +++ b/content/ja/docs/4.for-developers/api/endpoints.md @@ -4,4 +4,6 @@ 現在、エンドポイント一覧は準備中です。提供が開始されるまでの間は、各Misskeyサーバーで [`/api-doc` ページ](x-mi-web://api-doc)にアクセスするか、[Misskeyのソースコード](https://github.com/misskey-dev/misskey/tree/develop/packages/backend/src/server/api/endpoints)を参照してください。 +また、少し情報が古いですが[従来のMisskey Hub](https://legacy.misskey-hub.net/docs/api/endpoints.html)もご利用いただけます。 + ::: \ No newline at end of file diff --git a/nuxt.config.ts b/nuxt.config.ts index b92aca1b..c920b0cf 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -21,7 +21,6 @@ const repositoryUrl = 'https://github.com/misskey-dev/misskey-hub-next'; // 言語定義は /assets/data/locales.ts に移動しました function getRouteRules(): NuxtConfig['routeRules'] { - console.log('Vercel flag:', process.env.VERCEL); // 言語ごとに割り当てる必要のないRouteRules const staticRules: NuxtConfig['routeRules'] = { '/ja/blog/**': { isr: true },