Browse Source

fix static directory name

Khaleel Al-Adhami 2 tháng trước cách đây
mục cha
commit
5f98c260e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      reflex/constants/base.py

+ 1 - 1
reflex/constants/base.py

@@ -38,7 +38,7 @@ class Dirs(SimpleNamespace):
     # The name of the contexts file.
     CONTEXTS_PATH = "/".join([UTILS, "context"])
     # The name of the output static directory.
-    STATIC = "_static"
+    STATIC = "build/client"
     # The name of the public html directory served at "/"
     PUBLIC = "public"
     # The directory where styles are located.