diff --git a/frontend/src/components/week_recipe.vue b/frontend/src/components/week_recipe.vue index 5ffb217..fdc3167 100644 --- a/frontend/src/components/week_recipe.vue +++ b/frontend/src/components/week_recipe.vue @@ -94,6 +94,8 @@ export default { }; }, mounted() { + console.log(config.publicPath); + console.log(process.env); axios .get(config.publicPath + '/recipe/week-recipe/') .then((response) => (this.daily_recipes = response.data));