Skip to content

Commit

Permalink
fix: typo in base url
Browse files Browse the repository at this point in the history
  • Loading branch information
bitmap4 committed Dec 24, 2024
1 parent 89bd65f commit 89e55fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export default defineConfig({
define: {
__DEBUG__: JSON.stringify(true),
},
base: 'https://bitmap4.gitub.io/grades_site/',
base: 'https://bitmap4.github.io/grades_site/',
})

0 comments on commit 89e55fa

Please sign in to comment.