Kaynağa Gözat

Merge pull request #87 from terhechte/patch-1

Move property so it is in the right category
YuKun Liu 2 yıl önce
ebeveyn
işleme
91fa5fa172
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      src/assets/dioxus.toml

+ 3 - 3
src/assets/dioxus.toml

@@ -19,10 +19,10 @@ asset_dir = "public"
 # HTML title tag content
 title = "Dioxus | An elegant GUI library for Rust"
 
-index_on_404 = true
-
 [web.watcher]
 
+index_on_404 = true
+
 watch_path = ["src"]
 
 # include `assets` in web platform
@@ -44,4 +44,4 @@ script = []
 
 available = true
 
-required = []
+required = []