Skip to content

Commit

Permalink
added base path
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthVan committed Jan 28, 2024
1 parent 75f5170 commit 0ffbcab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:

runs-on: ubuntu-latest

defaults:
run:
working-directory: ./

steps:

- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineConfig(({ command, mode }: ConfigEnv) => {
reactPlugin({
include: '**/*.{jsx,tsx}',
}),
isLocal ? updateSitemap(buildDir) : null,
updateSitemap(buildDir),
],
server: {
port: 8080,
Expand Down

0 comments on commit 0ffbcab

Please sign in to comment.