فهرست منبع

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.