mirror of
https://github.com/lukaszraczylo/beat-delivery-methodology.git
synced 2026-07-11 03:41:43 +00:00
Add page deployment
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
import { resolve } from 'path'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': resolve(__dirname, 'src')
|
||||
}
|
||||
},
|
||||
base: './'
|
||||
})
|
||||
Reference in New Issue
Block a user