Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ronvolutional
/
sk-node
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sk-node
/
app
/
src
/
routes
/
+page.ts
Ron Au
build(app): Add SvelteKit
6c12e37
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
148 Bytes
// 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
;