theme image

This commit is contained in:
Sarah Jamie Lewis 2022-06-17 13:29:10 -07:00
parent 13517c81f7
commit a39593fd91
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
image: 'image/handbook-banner_small.jpg'
};

View File

@ -51,6 +51,7 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
image: 'image/handbook-banner_small.jpg',
colorMode: {
defaultMode: 'dark',
},