@qwik.dev/core
Version:
An open source framework for building instant loading web apps at any scale, without the extra effort.
20 lines (19 loc) • 483 B
JSON
{
"description": "Static Site Generator",
"scripts": {
"build.server": "vite build -c adapters/static/vite.config.mts"
},
"__qwik__": {
"priority": 10,
"displayName": "Adapter: Static site (.html files)",
"docs": [
"https://qwik.dev/docs/guides/static-site-generation/"
],
"nextSteps": {
"lines": [
"You have to change the 'origin' url under staticAdapter",
"inside './adapters/static/vite.config.mts'"
]
}
}
}