feat: increase height of the banner on the homepage

This commit is contained in:
saicaca
2024-07-27 15:20:35 +08:00
parent b0337a997e
commit f28ad1b8e6
4 changed files with 29 additions and 39 deletions

View File

@@ -37,12 +37,16 @@ export default defineConfig({
tailwind(),
swup({
theme: false,
animationClass: 'transition-',
animationClass: 'transition-swup-', // see https://swup.js.org/options/#animationselector
// the default value `transition-` cause transition delay
// when the Tailwind class `transition-all` is used
containers: ['main'],
smoothScrolling: true,
cache: true,
preload: true,
accessibility: true,
updateHead: true,
updateBodyClass: false,
globalInstance: true,
}),
icon({