Adjust output config for deployment on static

main
Ashelyn Dawn 1 year ago
parent b9c02d98e0
commit e76b4fc0f7
No known key found for this signature in database
GPG Key ID: D1980B8C6F349BC1

@ -5,13 +5,14 @@ default_platform = "web"
[web.app] [web.app]
title = "bottom-rs converter" title = "bottom-rs converter"
asset_dir = "public" asset_dir = "public"
base_path = "bottom-web"
[web.watcher] [web.watcher]
watch_path = ["src", "public"] watch_path = ["src", "public"]
[web.resource] [web.resource]
style = [ style = [
"/style.css" "./style.css"
] ]
[web.resource.dev] [web.resource.dev]

Loading…
Cancel
Save