Skip to content

Commit 9e436f6

Browse files
committed
fix: Fixed website
1 parent 560b101 commit 9e436f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

website/astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const PACKAGES = {
1818

1919
export default defineConfig({
2020
site: "https://frictionlessdata.github.io/frictionless-ts",
21+
base: import.meta.env.PROD ? "/frictionless-ts" : "/",
2122
srcDir: ".",
2223
outDir: "build",
2324
integrations: [

0 commit comments

Comments
 (0)