Skip to content

Commit

Permalink
Update base_path
Browse files Browse the repository at this point in the history
  • Loading branch information
naitian committed Nov 15, 2023
1 parent 816aeaf commit f3bd2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
strict: true
}),
paths: {
base: process.argv.includes('dev') ? '' : "semantic-memes"
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
}
}
};

0 comments on commit f3bd2ec

Please sign in to comment.