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

4 lines
148 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
export const prerender = true;