Skip to content

Commit

Permalink
Update vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
N0Ls committed Jul 26, 2023
1 parent 6c1fefc commit f4e8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const isCodeSandbox = 'SANDBOX_URL' in process.env || 'CODESANDBOX_HOST' in proc
export default {
root: 'src/',
publicDir: '../static/',
base: './',
base: '/Cookieterie/',
server:
{
host: true,
Expand Down

0 comments on commit f4e8f83

Please sign in to comment.