Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
Next Next commit
fixes dev config to point to dist not public
  • Loading branch information
net8floz committed Jan 29, 2020
commit 2dce77e01b15c4a41abc7582eb7919fd35373267
2 changes: 1 addition & 1 deletion CodeChallenge/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ class DevelopmentConfig(ProductionConfig):

@property
def DIST_DIR(self):
return os.path.join(self.ROOT_DIR, "public")
return os.path.join(self.ROOT_DIR, "dist")