mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-06-29 14:48:57 +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
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
- name: Build with Next.js
|
||||
- name: Build with Solid.js
|
||||
run: pnpm build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
|
|
|
@ -4,6 +4,5 @@ export default defineConfig({
|
|||
ssr: false,
|
||||
server: {
|
||||
static: true,
|
||||
baseURL: '/mbin-website/',
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue