Skip to content

Commit

Permalink
Updated package info & publicPath in Vue config
Browse files Browse the repository at this point in the history
- publicPath now points to '/Audiohaven/' instead of '/Audiohaven-Sandbox/'
  • Loading branch information
Mangoshi committed Mar 25, 2022
1 parent d54d562 commit 814a9db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 2 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "audiohaven-sandbox",
"name": "audiohaven",
"version": "0.1.0",
"description": "Audiohaven, Professional Practice Project CA",
"author": "mangoshi & dalekmad",
"private": true,
"engines": {
"node": "14.17.6",
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? '/Audiohaven-Sandbox/': '/',
publicPath: process.env.NODE_ENV === 'production' ? '/Audiohaven/': '/',
transpileDependencies: ["vuetify"],
pages: {
index: {
Expand Down

0 comments on commit 814a9db

Please sign in to comment.