Skip to content

Commit

Permalink
hope this works
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Crum authored and Elias Crum committed May 16, 2024
1 parent d96b370 commit 9754be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "sh deploy.sh"
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@comunica/query-sparql": "^3.0.1",
Expand All @@ -36,6 +36,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"gh-pages": "^3.2.3",
"prettier": "^2.4.1",
"typescript": "~4.5.5"
}
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
publicPath: '',
publicPath: process.env.NODE_ENV === 'production' ? '/repository-name/' : '/'
});


0 comments on commit 9754be1

Please sign in to comment.