Skip to content

Commit

Permalink
Try to fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed May 25, 2024
1 parent 04f3a91 commit d266525
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
41 changes: 22 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
{
"name": "shortcuts-glyph-search",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.21",
"framework7": "^8.3.3",
"framework7-icons": "^5.0.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.0",
"framework7-vue": "^8.3.3"
}
"name": "shortcuts-glyph-search",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.21",
"framework7": "^8.3.3",
"framework7-icons": "^5.0.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.0",
"framework7-vue": "^8.3.3"
},
"resolutions": {
"rollup": "npm:@rollup/wasm-node"
}
}
4 changes: 4 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
base: '/shortcuts-glyph-search/',
esbuild: {
target: 'esnext',
platform: 'linux',
}
})

0 comments on commit d266525

Please sign in to comment.