Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 481db2d

Browse files
authored
Cd (#39)
* add asset prefix * set node version to 23 global
1 parent 6904967 commit 481db2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 23.3
26+
node-version: 23
2727

2828
- name: Install dependencies
2929
run: npm i

rsbuild.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { pluginSvelte } from "@rsbuild/plugin-svelte";
44
export default defineConfig({
55
plugins: [pluginSvelte()],
66
output: {
7-
// assetPrefix: "/LES/",
7+
assetPrefix: "/LES/",
88
},
99
html: {
1010
meta: {

0 commit comments

Comments
 (0)