Skip to content

Commit

Permalink
Use static for images (#48)
Browse files Browse the repository at this point in the history
* Use static for images

* Revert bg style
  • Loading branch information
dimasciput authored Nov 7, 2024
1 parent f4866c9 commit ae3b4de
Show file tree
Hide file tree
Showing 14 changed files with 18,337 additions and 26 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ yarn-error.log*
__pycache__

docker-compose.override.yml

webpack-stats.dev.json
webpack-stats.prod.json
1 change: 1 addition & 0 deletions django_project/core/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
# Don't forget to use absolute paths, not relative paths.
absolute_path('core', 'static'),
absolute_path('frontend', 'bundles'),
absolute_path('frontend', 'public'),
)

# Every cache key will get prefixed with this value - here we set it to
Expand Down
Loading

0 comments on commit ae3b4de

Please sign in to comment.