mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 07:14:05 -06:00
This commit adds a new "options" parameter into components/Head.tsx. Its design is inspired from the components/Footer.tsx. This allows us to: - Specify multiple icons. - Change the location of the icon's storage. - Signal the correct MIME type and, optionally, upload non-PNG files. This otherwise requires manual customization of components/Head.tsx. An example of configuration with this new parameter is in quartz.layout.ts. |
||
|---|---|---|
| .. | ||
| cli | ||
| components | ||
| i18n | ||
| plugins | ||
| processors | ||
| static | ||
| styles | ||
| util | ||
| bootstrap-cli.mjs | ||
| bootstrap-worker.mjs | ||
| build.ts | ||
| cfg.ts | ||
| depgraph.test.ts | ||
| depgraph.ts | ||
| worker.ts | ||