forked from Mirrors/elk
fix comment
This commit is contained in:
parent
cfacff87be
commit
5da564dda4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import opengraph from 'opengraph-io'
|
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>
|
type OpenGraphClient = ReturnType<typeof opengraph>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue