mirror of
https://github.com/fmhy/edit.git
synced 2026-02-18 01:01:23 +11:00
comment
This commit is contained in:
parent
d3114c53fe
commit
cd213aa100
1 changed files with 9 additions and 1 deletions
|
|
@ -1,8 +1,16 @@
|
|||
/**
|
||||
* Barrel generated using @taskylizard/tasker.
|
||||
* This file serves as a barrel for exporting various modules related to metadata generation.
|
||||
* It utilizes the `@taskylizard/tasker` tool for barrel generation.
|
||||
*
|
||||
* The following modules are re-exported from their respective files:
|
||||
* - meta: Contains functions for generating metadata relevant to the entire website.
|
||||
* - opengraph: Contains functions for generating Open Graph metadata for individual pages.
|
||||
* - rss: Contains functions for generating RSS feed metadata.
|
||||
* - satoriConfig: Contains configuration settings for the Satori metadata generation tool.
|
||||
*/
|
||||
|
||||
export * from './meta'
|
||||
export * from './opengraph'
|
||||
export * from './rss'
|
||||
export * from './satoriConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue