Enable swr caching instead of prerenderign

This commit is contained in:
Julien Nahum
2024-01-08 22:34:21 +01:00
parent aba61b28d6
commit 26ca536e87
8 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ import Breadcrumb from '~/components/global/Breadcrumb.vue'
import {loadAllTemplates} from "~/stores/templates.js";
defineRouteRules({
prerender: false
swr: 3600
})
const route = useRoute()