With this version, Kobweb now supports exporting static layouts. This means if you don't care about any of Kobweb's dynamic features, and you're happy just serving static html / js directly, you can use Kobweb to export your website into a simpler format that various existing hosting sites can host for you for cheap (or even free).
$ kobweb export --layout static
# If you want to test that it's working locally, you have to tell "run" about it
$ kobweb run --env prod --layout static
This feature will only work if you are targeting Kobweb libraries 0.9.6 or newer, so please check your gradle/libs.versions.toml file first if you're experiencing issues.
Release Notes
- For convenience, you can now use
kobweb --versionorkobweb -vin addition tokobweb version - Improve help docs for
kobweb conf - Support different export layouts, and support static layouts in addition to classic Kobweb layouts