Skip to content

Commit 653b214

Browse files
authored
fix deployment after url change (#23)
1 parent 389de28 commit 653b214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# React Tutorial
22

3-
See it [hosted on github pages](https://syntapy.github.io/1-react-quickstart/).
3+
See it [hosted on github pages](https://syntapy.github.io/1_react_quickstart/).
44

55
Practicing React, Typescript, Vite, and Tailwind CSS. It is my first time styling a table and using debouncing on an input field.

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config = defineConfig({
99
react(),
1010
tailwindcss(),
1111
],
12-
base: '/1-react-quickstart/',
12+
base: '/1_react_quickstart/',
1313
})
1414

1515
const vitestConfig = defineTestConfig({

0 commit comments

Comments
 (0)