Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Dec 1, 2024
1 parent 3f0f091 commit 53ea7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const config = {

function getAdapter() {
switch(process.env.BUILD_ENV) {
case 'gh-pages':
case 'github':
return ghPages({
fallback: '404.html'
});
Expand Down

0 comments on commit 53ea7af

Please sign in to comment.