Skip to content

Commit

Permalink
chore: add base for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
steven11329 committed Jan 30, 2024
1 parent a2b2776 commit a66ac78
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,8 +1,9 @@
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: "dasiot-live-call-example",
plugins: [react()],
server: {
host: true,
Expand All @@ -13,4 +14,4 @@ export default defineConfig({
define: {
__APP_VERSION__: JSON.stringify(process.env.npm_package_version),
},
})
});

0 comments on commit a66ac78

Please sign in to comment.