Skip to content

Commit

Permalink
Update (linting)
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper81 committed Jul 16, 2024
1 parent dfe177d commit 2b274c9
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 @@ -16,7 +16,7 @@ const config = {
}),
paths: {
// required for github pages hosting
base: process.env.NODE_ENV === 'production' ? '/LD-Explorer' : '',
base: process.env.NODE_ENV === 'production' ? '/LD-Explorer' : ''
},
alias: {
$stores: 'src/lib/stores',
Expand Down

0 comments on commit 2b274c9

Please sign in to comment.