Skip to content

Commit

Permalink
Remove relative base path from Vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamil committed Jun 29, 2024
1 parent 2d1dab8 commit b792c31
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 @@ -13,5 +13,4 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url)),
},
},
base: './',
});

1 comment on commit b792c31

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for hackernews-dot-cool ready!

✅ Preview
https://hackernews-dot-cool-ie78b1r0o-jonamil-56ba8df7.vercel.app

Built with commit b792c31.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.