Skip to content

Commit cf756dd

Browse files
committed
N/A
1 parent a82bdd0 commit cf756dd

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
run: npm ci
3232

3333
- name: Build
34-
run: npm run build
34+
run: npm run build -- --base=/folder-structure-generator/
35+
3536

3637
- name: Setup Pages
3738
uses: actions/configure-pages@v5

vite.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { defineConfig } from 'vite'
22
import react from '@vitejs/plugin-react'
33

4-
// GitHub Pages project site URL:
5-
// https://monapdx.github.io/folder-structure-generator/
64
export default defineConfig({
5+
// GitHub Pages project site:
6+
// https://monapdx.github.io/folder-structure-generator/
77
base: '/folder-structure-generator/',
88
plugins: [react()],
99
})

0 commit comments

Comments
 (0)