Skip to content

merigo-labs/website

Repository files navigation

Merigo Labs

Netlify Deployment

  1. Build app.
$ flutter clean
$ flutter build web --web-renderer html --release
  1. Create netlify.toml in build/web.
[[redirects]]
  from = "/.well-known/assetlinks.json"
  to = "/assets/well-known/assetlinks.json"
  status = 200
  force = true # COMMENT: ensure that we always redirect
  headers = {X-From = "Netlify"}
  1. Draw and drop build/web into Netlify's Deploys tab.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published