Add prerender

This commit is contained in:
Santiago Lo Coco 2024-04-23 17:43:55 +02:00
parent e79b57e2ac
commit fdfe38a699
1 changed files with 1 additions and 0 deletions

1
src/routes/+layout.js Normal file
View File

@ -0,0 +1 @@
export const prerender = process.env.NODE_ENV === 'production' ? true : false;