fix: banner position bottom — avoid nav covering the face

小橘 🍊
This commit is contained in:
小橘 2026-04-06 08:01:06 +00:00
parent 229e6c50ee
commit 0e1eca479d

View File

@ -18,7 +18,7 @@ export const siteConfig: SiteConfig = {
banner: {
enable: true,
src: "assets/images/banner.png", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
position: "center", // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
position: "bottom", // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
credit: {
enable: false, // Display the credit text of the banner image
text: "", // Credit text to be displayed