fix comment

This commit is contained in:
Shinigami92 2022-12-12 20:06:57 +01:00
parent cfacff87be
commit 5da564dda4

View file

@ -1,6 +1,6 @@
import opengraph from 'opengraph-io'
// This API-Endpoint will be cached via nuxt.config.ts -> nitro.routeRules['/api/og-image'].cache.maxAge = 86400
// This API-Endpoint will be cached via nuxt.config.ts -> nitro.routeRules['/api/og-image/**']
type OpenGraphClient = ReturnType<typeof opengraph>