mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-19 14:19:16 +00:00
feat: cname emitter (#590)
* feat: cname emitter * feat: impl cname.ts * Update cname.ts * Update index.ts * Update cname.ts * Update cname.ts * Update cname.ts * Update cname.ts
This commit is contained in:
parent
95b1141b9d
commit
50f0ba29a2
2 changed files with 30 additions and 0 deletions
quartz/plugins/emitters
|
@ -7,3 +7,4 @@ export { Assets } from "./assets"
|
|||
export { Static } from "./static"
|
||||
export { ComponentResources } from "./componentResources"
|
||||
export { NotFoundPage } from "./404"
|
||||
export { CNAME } from "./cname"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue