Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Hornhead <[email protected]>
  • Loading branch information
marchingon12 committed May 23, 2024
1 parent f8cd874 commit 20d23e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { visualizer } from "rollup-plugin-visualizer";
import { defineConfig } from "vite";

export default defineConfig({
base: '/<REPO>/',
base: '/website/',
plugins: [react(), visualizer()],
resolve: {
alias: {
Expand Down

0 comments on commit 20d23e8

Please sign in to comment.