There was an error while loading. Please reload this page.
1 parent 0795972 commit 4d4a1a8Copy full SHA for 4d4a1a8
src/core/templatetags/render_vite_assets.py
@@ -17,7 +17,7 @@ def render_vite_assets():
17
</script><script type='module' src='http://localhost:5173/src/main.js'></script>
18
"""
19
)
20
- manifest_json_path = os.path.join(settings.VITE_STATIC_BUNDLE, "manifest.json")
+ manifest_json_path = os.path.join(settings.VITE_STATIC_BUNDLE, ".vite", "manifest.json")
21
try:
22
with open(manifest_json_path, "r") as f:
23
manifest = json.load(f)
0 commit comments