Skip to content

Commit 4d4a1a8

Browse files
committed
UPDATE: render_vite_assets.py
1 parent 0795972 commit 4d4a1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/templatetags/render_vite_assets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def render_vite_assets():
1717
</script><script type='module' src='http://localhost:5173/src/main.js'></script>
1818
"""
1919
)
20-
manifest_json_path = os.path.join(settings.VITE_STATIC_BUNDLE, "manifest.json")
20+
manifest_json_path = os.path.join(settings.VITE_STATIC_BUNDLE, ".vite", "manifest.json")
2121
try:
2222
with open(manifest_json_path, "r") as f:
2323
manifest = json.load(f)

0 commit comments

Comments
 (0)