@builder.io/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
20 lines (19 loc) • 487 B
JSON
{
"description": "Static Site Generator",
"scripts": {
"build.server": "vite build -c adapters/static/vite.config.ts"
},
"__qwik__": {
"priority": 10,
"displayName": "Adapter: Static site (.html files)",
"docs": [
"https://qwik.dev/qwikcity/static-site-generation/overview/"
],
"nextSteps": {
"lines": [
"You have to change the 'origin' url under staticAdapter",
"inside './adapters/static/vite.config.ts'"
]
}
}
}