Skip to content

Commit 1edee15

Browse files
committed
Fix settings
1 parent 76426b9 commit 1edee15

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

posthog/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
# Static files (CSS, JavaScript, Images)
145145
# https://docs.djangoproject.com/en/2.2/howto/static-files/
146146

147-
STATIC_ROOT = os.path.join(BASE_DIR, 'dist')
147+
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
148148
STATIC_URL = '/static/'
149149
STATICFILES_DIRS = [
150150
os.path.join(BASE_DIR, 'frontend/dist')

staticfiles/empty.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)