Skip to content

Commit

Permalink
Fix base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetsuro Sakamoto committed Jun 9, 2024
1 parent 5b6509c commit 0621175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
# Sample workflow for building and deploying a node site to GitHub Pages
name: Deploy GitHub Pages

on:
# Runs on pushes targeting the default branch
Expand Down
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
},
base: 'https://monman53.github.io/simple-camera-simulator/'
})

0 comments on commit 0621175

Please sign in to comment.