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 dbfa8fa commit 38c79cdCopy full SHA for 38c79cd
package.json
@@ -1,5 +1,5 @@
1
{
2
- "homepage": "https://FebryanHernanda.github.io",
+ "homepage": "https://FebryanHernanda.github.io/FebryanHernanda.github.io",
3
"name": "portfolio-2",
4
"private": true,
5
"version": "0.0.0",
vite.config.ts
@@ -6,7 +6,7 @@ import react from "@vitejs/plugin-react-swc";
6
// https://vite.dev/config/
7
export default defineConfig({
8
plugins: [react()],
9
- base: "//",
+ base: "/FebryanHernanda.github.io/",
10
css: {
11
postcss: {
12
plugins: [tailwindcss()],
0 commit comments