Skip to content

Commit e614aba

Browse files
committed
fixed paths hopefully
1 parent ac4a37c commit e614aba

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

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

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import react from "@vitejs/plugin-react";
55

66
// https://vite.dev/config/
77
export default defineConfig({
8+
base: "/harvard-react/",
89
plugins: [react(), tailwindcss()],
910
resolve: {
1011
alias: {

0 commit comments

Comments
 (0)