Skip to content

Commit 13d0e3b

Browse files
committed
change thing for yes idk yes
1 parent 0dcb6a6 commit 13d0e3b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"version": "1.1.0",
55
"type": "module",
6+
"homepage": "https://precontation.github.io/",
67
"scripts": {
78
"dev": "vite",
89
"build": "tsc -b && vite build",

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { defineConfig } from "vite";
44

55
// https://vite.dev/config/
66
export default defineConfig({
7+
base: "/",
78
plugins: [
89
tailwindcss(),
910
react({

0 commit comments

Comments
 (0)