diff --git a/TODO.md b/TODO.md index 276f1c7..634ae2e 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,7 @@ - [x] deploy - [x] nuxt image - [x] prettier and eslint -- [ ] transition and loading times +- [x] transition and loading times - [ ] pwa - [ ] seo, robots.txt - [x] update the README diff --git a/nuxt.config.ts b/nuxt.config.ts index f1f19bc..b86f20b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -18,6 +18,7 @@ export default defineNuxtConfig({ ], link: [{ rel: "icon", type: "image/png", href: "/favicon.png" }], }, + pageTransition: { name: "page", mode: "out-in" }, }, build: {