mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-06-29 22:58:56 +00:00
FIX: remove baseURL from vite config
This commit is contained in:
parent
33dddaff51
commit
46e8fc0fec
2 changed files with 1 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
uses: pnpm/action-setup@v3
|
uses: pnpm/action-setup@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
- name: Build with Next.js
|
- name: Build with Solid.js
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
|
|
|
@ -4,6 +4,5 @@ export default defineConfig({
|
||||||
ssr: false,
|
ssr: false,
|
||||||
server: {
|
server: {
|
||||||
static: true,
|
static: true,
|
||||||
baseURL: '/mbin-website/',
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue