Skip to content

Commit 27230e3

Browse files
committed
reconfigure vite.config.js for domain
Signed-off-by: Jess Chitas <[email protected]>
1 parent 708a50a commit 27230e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import react from '@vitejs/plugin-react'
33

44
export default defineConfig({
55
plugins: [react()],
6-
homepage: "https://github.com/containers/ramalama.ai",
7-
base: '/ramalama.ai/',
6+
homepage: "https://github.com/containers/ramalama.github.io",
7+
base: '',
88
})

0 commit comments

Comments
 (0)