Skip to content
Snippets Groups Projects
Commit 3903b6ff authored by Štěpán Farka's avatar Štěpán Farka
Browse files

[FIX] icons

parent 02d378e4
No related branches found
No related tags found
No related merge requests found
......@@ -100,14 +100,15 @@ MEDIA_ROOT = str(ROOT_DIR / "media_files")
# VITE SETTINGS
# ------------------------------------------------------------------------------
STATIC_ROOT = PROJECT_DIR / "static"
# Where ViteJS assets are built.
DJANGO_VITE_ASSETS_PATH = PROJECT_DIR / "static" / "dist"
# If you use HMR or not.
DJANGO_VITE_DEV_MODE = DEBUG
DJANGO_VITE_DEV_MODE = True
# Include DJANGO_VITE_ASSETS_PATH into STATICFILES_DIRS to be copied inside
# when run command python manage.py collectstatic
STATICFILES_DIRS = [DJANGO_VITE_ASSETS_PATH]
STATIC_ROOT = PROJECT_DIR / "collectedstatic"
TMP_PATH = PROJECT_DIR / "static" / 'src'
STATICFILES_DIRS = [DJANGO_VITE_ASSETS_PATH, TMP_PATH]
# PATTERN LIBRARY SETTINGS
# ------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment