ソースを参照

fix static directory name

Khaleel Al-Adhami 2 ヶ月 前
コミット
5f98c260e3
1 ファイル変更1 行追加1 行削除
  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.