Skip to content

Commit 38c79cd

Browse files
renew path base url
1 parent dbfa8fa commit 38c79cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"homepage": "https://FebryanHernanda.github.io",
2+
"homepage": "https://FebryanHernanda.github.io/FebryanHernanda.github.io",
33
"name": "portfolio-2",
44
"private": true,
55
"version": "0.0.0",

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import react from "@vitejs/plugin-react-swc";
66
// https://vite.dev/config/
77
export default defineConfig({
88
plugins: [react()],
9-
base: "//",
9+
base: "/FebryanHernanda.github.io/",
1010
css: {
1111
postcss: {
1212
plugins: [tailwindcss()],

0 commit comments

Comments
 (0)