We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560b101 commit 9e436f6Copy full SHA for 9e436f6
1 file changed
website/astro.config.ts
@@ -18,6 +18,7 @@ const PACKAGES = {
18
19
export default defineConfig({
20
site: "https://frictionlessdata.github.io/frictionless-ts",
21
+ base: import.meta.env.PROD ? "/frictionless-ts" : "/",
22
srcDir: ".",
23
outDir: "build",
24
integrations: [
0 commit comments