Skip to content
Snippets Groups Projects
Commit 1a025710 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Fixed static files in prod

parent b479780b
No related branches found
No related tags found
1 merge request!113Resolve "Frontend Refactor"
Pipeline #78076 passed
......@@ -3,6 +3,7 @@ const path = require('path')
const projectRoot = path.resolve(__dirname)
module.exports = {
assetsDir: 'static',
configureWebpack: {
resolve: {
alias: {
......
......@@ -116,7 +116,7 @@ STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
)
STATICFILES_DIRS = (
'frontend/dist/',
'frontend/dist/static',
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment