Skip to content

Commit e28db4a

Browse files
committed
Update vite config for GH pages
1 parent f7f8447 commit e28db4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ import react from "@vitejs/plugin-react";
44
export default ({}) => {
55
return defineConfig({
66
plugins: [react()],
7+
base: "/openai-image-token-calculator/",
78
});
89
};

0 commit comments

Comments
 (0)