Skip to content

Commit

Permalink
fix wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxlu committed Dec 3, 2021
1 parent 88a1352 commit 98e6106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCloud/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
if DEBUG:
STATIC_ROOT = ''
STATICFILES_DIRS = (
'/home/lucasxu/Projects/BCloud/cv/static',
'XCloud/cv/static',
)
else:
STATIC_ROOT = 'cv/static'
Expand Down

0 comments on commit 98e6106

Please sign in to comment.