Skip to content

Commit

Permalink
Updated vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh167 committed Apr 12, 2024
1 parent 0ceab30 commit 3a56834
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
uses: actions/checkout@v4

- name: Install Dependencies
run: npm install; npm install -g ol
run: npm install

- name: Build
run: npm run build

- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default {
base: '/asgn1_CSC313/',
build: {
sourcemap: true,
}
Expand Down

0 comments on commit 3a56834

Please sign in to comment.