Skip to content

Commit

Permalink
Turn on homepage banner
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jul 17, 2024
1 parent ff250ed commit 6d0dd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const siteConfig: SiteConfig = {
fixed: false, // Hide the theme color picker for visitors
},
banner: {
enable: false,
enable: true,
src: 'assets/images/demo-banner.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/'
position: 'center', // Equivalent to object-position, defaults center
},
Expand Down

0 comments on commit 6d0dd7b

Please sign in to comment.