Skip to content

Commit

Permalink
gh actions pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef-Harby committed Dec 1, 2023
1 parent 025769e commit 06db130
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Empty file added static/.nojekyll
Empty file.
9 changes: 8 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ const config = {
fallback: undefined,
precompress: false,
strict: true
})
}),
paths: {

base: process.env.NODE_ENV === 'production' ? '/dashflow' : '',

}


}
};

Expand Down

0 comments on commit 06db130

Please sign in to comment.