Skip to content

Commit

Permalink
Add output directory configuration for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Oct 1, 2024
1 parent d3c97f3 commit 00e0297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
devServer: {
allowedHosts: 'all',
},
outputDir: "templates/hs_discover/",
// Here profiding the ability to override the publicPath via an environment variable
// Example export VUE_APP_BUCKET_URL_PUBLIC_PATH=http://my-public-bucket && npm run build
// This should be the same as the STATIC_URL in the Django settings
Expand Down

0 comments on commit 00e0297

Please sign in to comment.