UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

21 lines (20 loc) 533 B
{ "description": "Static Site Generator", "scripts": { "build.server": "qwik check-client src dist && vite build -c adapters/ssg/vite.config.ts" }, "__qwik__": { "priority": 10, "displayName": "Adapter: Static Site Generation (.html files)", "docs": [ "https://qwik.dev/docs/guides/static-site-generation/" ], "nextSteps": { "lines": [ "You have to change the 'origin' url under ssgAdapter", "inside './adapters/ssg/vite.config.ts'" ] } }, "type": "module" }