mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-05 03:59:59 +03:00
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'
|
||||
|
||||
// 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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue