mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 00:43:50 +01:00
docs: endpoints update
This commit is contained in:
parent
2956ad85f4
commit
005ef47874
@ -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)もご利用いただけます。
|
||||
|
||||
:::
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user