Skip to content

Commit

Permalink
removed base url
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroll20 committed Dec 24, 2024
1 parent d9faefc commit 09de778
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import vueDevTools from 'vite-plugin-vue-devtools';
// https://vite.dev/config/
export default defineConfig({
plugins: [vue(), vueJsx(), vueDevTools()],
base: 'https://www.ryan-fam.com/',
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
Expand Down

0 comments on commit 09de778

Please sign in to comment.