Skip to content

Commit

Permalink
Customize homepage banner
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jul 17, 2024
1 parent 6d0dd7b commit 7d63859
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added src/assets/images/banner-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/banner-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/banner-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const siteConfig: SiteConfig = {
},
banner: {
enable: true,
src: 'assets/images/demo-banner.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/'
src: 'assets/images/banner-1.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/'
position: 'center', // Equivalent to object-position, defaults center
},
favicon: [ // Leave this array empty to use the default favicon
Expand Down

0 comments on commit 7d63859

Please sign in to comment.