Skip to content

Commit

Permalink
ci: set base url for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulFarault committed Feb 16, 2024
1 parent 33ac40c commit ec6c9c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

// https://vitejs.dev/config/
export default defineConfig({
base: "/okdp.io/",
plugins: [react()],
})
});

0 comments on commit ec6c9c3

Please sign in to comment.