feat: activate transitions

This commit is contained in:
Ruidy 2024-12-14 09:02:24 +01:00
parent 4d1f1f7486
commit e85f98a532
No known key found for this signature in database
GPG key ID: E00F51288CB857CC
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@
- [x] deploy - [x] deploy
- [x] nuxt image - [x] nuxt image
- [x] prettier and eslint - [x] prettier and eslint
- [ ] transition and loading times - [x] transition and loading times
- [ ] pwa - [ ] pwa
- [ ] seo, robots.txt - [ ] seo, robots.txt
- [x] update the README - [x] update the README

View file

@ -18,6 +18,7 @@ export default defineNuxtConfig({
], ],
link: [{ rel: "icon", type: "image/png", href: "/favicon.png" }], link: [{ rel: "icon", type: "image/png", href: "/favicon.png" }],
}, },
pageTransition: { name: "page", mode: "out-in" },
}, },
build: { build: {