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 | |
|---|---|---|---|
|
|
89c0271fc5 |
2
.github/workflows/release-package.yml
vendored
2
.github/workflows/release-package.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
pnpm install
|
pnpm install
|
||||||
pnpm run build
|
pnpm run build
|
||||||
env:
|
env:
|
||||||
ASSET_URL: https://mortenolsen.pro/bob
|
ASSET_URL: https://mortenolsen.pro/bob/
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: lib
|
name: lib
|
||||||
|
|||||||
@@ -6,6 +6,6 @@ const ASSET_URL = process.env.ASSET_URL || '';
|
|||||||
|
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
base: `${ASSET_URL}/dist/`,
|
base: ASSET_URL,
|
||||||
plugins: [mdx(), react()],
|
plugins: [mdx(), react()],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user