refactor assets

This commit is contained in:
syuilo 2021-03-06 13:23:59 +09:00
parent 9b61306f59
commit bca4e5f0fa
182 changed files with 38 additions and 47 deletions

View file

@ -13,7 +13,7 @@ export function genOpenapiSpec(lang = 'ja-JP') {
version: 'v1',
title: 'Misskey API',
description: getDescription(lang),
'x-logo': { url: '/assets/api-doc.png' }
'x-logo': { url: '/static-assets/api-doc.png' }
},
externalDocs: {