hyprland-website/src/routes/+page.js

5 lines
185 B
JavaScript
Raw Normal View History

2023-07-10 10:15:17 +02:00
// since there's no dynamic data here, we can prerender
// it so that it gets served as a static asset in production
2023-09-10 18:03:08 +02:00
export const prerender = true
export const trailingSlash = 'always'