Skip to content

Commit

Permalink
change base url after moving repo to personal account
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-morken committed Dec 13, 2023
1 parent ad51443 commit ca8c0ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { defineConfig } from 'vite'
import preact from '@preact/preset-vite'
import { defineConfig } from "vite";
import preact from "@preact/preset-vite";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [preact()],
server: {
port: 8081
port: 8081,
},
base: '/parking-demand-extension/'
})
base: "/forma-extension-parking-demand-calculator/",
});

0 comments on commit ca8c0ac

Please sign in to comment.