Skip to content

Commit

Permalink
Modified configuration to generate an app mainfest
Browse files Browse the repository at this point in the history
Add a web app manifest #12
  • Loading branch information
JeffJacobson committed Jun 20, 2023
1 parent 0b9b532 commit f74d464
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ import { defineConfig } from 'vite'
export default defineConfig({
appType: 'spa',
base: "/wsdot-mp-map",
build: {
manifest: true
}
})

0 comments on commit f74d464

Please sign in to comment.