This website requires JavaScript.
Explore
Help
Register
Sign in
viktor
/
infra
Watch
1
Star
0
Fork
You've already forked infra
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
126cfb7022
infra
/
stacks
/
f1-stream
/
files
/
frontend
/
src
/
routes
/
+layout.js
4 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[ci skip] f1-stream: add CDN token refresh, SvelteKit frontend, multi-stream layout (Phases 6-8) - Phase 6: CDN token lifecycle with 3-strategy URL matching and periodic refresh - Phase 7: SvelteKit 2/Svelte 5 frontend with schedule calendar and hls.js player - Phase 8: Multi-stream layout supporting up to 4 simultaneous HLS streams - Update Dockerfile to multi-stage build (Node.js frontend + Python backend) - Switch deployment to :latest tag with Always pull policy for CI-driven deploys - Update Woodpecker CI to use explicit latest tag
2026-02-23 23:59:35 +00:00
export
const
prerender
=
true
;
export
const
ssr
=
false
;
f1-stream: fix SvelteKit routing - add trailingSlash for static adapter
2026-02-24 00:11:44 +00:00
export
const
trailingSlash
=
'always'
;
Reference in a new issue
Copy permalink