Force rendering of legal page
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 2m15s

This commit is contained in:
Dominik Milacher 2025-06-14 12:55:39 +02:00
parent e23f5e471d
commit f3f668f20e

View File

@ -25,5 +25,10 @@ export default defineNuxtConfig({
public: {
hotelId: "test"
}
},
generate: {
routes: [
'/legal'
]
}
})