mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
732e47ceed |
2
.github/workflows/release-package.yml
vendored
2
.github/workflows/release-package.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
pnpm install
|
||||
pnpm run build
|
||||
env:
|
||||
ASSET_URL: https://mortenolsen.pro/bob/
|
||||
ASSET_URL: https://mortenolsen.pro/bob
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: lib
|
||||
|
||||
@@ -6,6 +6,6 @@ const ASSET_URL = process.env.ASSET_URL || '';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: ASSET_URL,
|
||||
base: `${ASSET_URL}/dist/`,
|
||||
plugins: [mdx(), react()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user