mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
feat: activate transitions
This commit is contained in:
parent
4d1f1f7486
commit
e85f98a532
2 changed files with 2 additions and 1 deletions
2
TODO.md
2
TODO.md
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue