This repository has been archived on 2025-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web-app-template/view/src/routes/+layout.ts
Tim ad2f1479a4
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m20s
#47 make ui mobilre friendly
2024-07-31 10:54:26 +02:00

5 lines
143 B
TypeScript

// This is needed for adapter-static
export const prerender = true;
// This is needed for nginx to work
export const trailingSlash = 'always';