Adjust output config for deployment on static

main
Ashelyn Dawn 8 months 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]
title = "bottom-rs converter"
asset_dir = "public"
base_path = "bottom-web"
[web.watcher]
watch_path = ["src", "public"]
[web.resource]
style = [
"/style.css"
"./style.css"
]
[web.resource.dev]

Loading…
Cancel
Save