Skip to content

Commit 7427137

Browse files
committed
fix: base-url for trunk deployment
1 parent ec80892 commit 7427137

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
dist/

.trunk.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build:
2+
dist: "dist"
3+
public_url: "/langshift/"
4+
serve:
5+
port: 8080

0 commit comments

Comments
 (0)