Publish

Once you are happy with your website to share it with the world it needs to be published; thankfully, publishing your website is trivial as the build contains static files which you can upload anywhere easily.

First create a release build of your project:

uwe build .

Then you can upload the files in build/release to your preferred hosting provider.

remember
  • If you are using redirects you will need to configure them on your server.
  • The server should be configured to use a trailing slash for folders.

Providers

You can publish to supported hosting providers using the publish command please see publish for more information.