add new config option to docs

This commit is contained in:
Adam Matthiesen 2024-01-30 05:03:14 -08:00
parent 7ed37255e3
commit 9eaa21f350
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ export default defineConfig({
disable404: false,
// Disables default RSS page route and @astrojs/rss integration
disableRSS: false,
// Disables default satori OpenGraph generation
disableSatoriOG: false,
// *OPTIONAL* THIS Option allows the user to disable default route
// injections, disabling the default layout and theme all together.
// Allowing the user to still use integration features while building