From 00e02973c461858067e61907355f9b1682972103 Mon Sep 17 00:00:00 2001 From: Devin Cowan <dcowan@cuahsi.org> Date: Tue, 1 Oct 2024 14:02:43 -0400 Subject: [PATCH] Add output directory configuration for templates --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index 0b14d92..99584dc 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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