We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789a1ec commit d1ed052Copy full SHA for d1ed052
learning-platform/package.json
@@ -1,5 +1,5 @@
1
{
2
- "homepage": "https://czarekmilek.github.io/Online-Python-Learning-Platform/",
+ "homepage": "https://czarekmilek.github.io/Online-Python-Learning-Platform/learning-platform",
3
"name": "learning-platform",
4
"private": true,
5
"version": "0.0.0",
learning-platform/vite.config.ts
@@ -5,5 +5,5 @@ import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
6
export default defineConfig({
7
plugins: [react(), tailwindcss()],
8
- base: '/Online-Python-Learning-Platform',
+ base: '/Online-Python-Learning-Platform/learning-platform',
9
})
0 commit comments