mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 10:55:58 +01:00
4 lines
185 B
JavaScript
Executable file
4 lines
185 B
JavaScript
Executable file
// 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
|
|
export const trailingSlash = 'always'
|