Skip to content

Commit d1ed052

Browse files
committed
test
1 parent 789a1ec commit d1ed052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

learning-platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"homepage": "https://czarekmilek.github.io/Online-Python-Learning-Platform/",
2+
"homepage": "https://czarekmilek.github.io/Online-Python-Learning-Platform/learning-platform",
33
"name": "learning-platform",
44
"private": true,
55
"version": "0.0.0",

learning-platform/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ import tailwindcss from '@tailwindcss/vite'
55
// https://vite.dev/config/
66
export default defineConfig({
77
plugins: [react(), tailwindcss()],
8-
base: '/Online-Python-Learning-Platform',
8+
base: '/Online-Python-Learning-Platform/learning-platform',
99
})

0 commit comments

Comments
 (0)