mirror of
https://github.com/NotAShelf/nix-evaluator-stats.git
synced 2026-04-12 14:27:41 +00:00
ci: build & deploy to GH pages
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ieedfca23ce8b2b52ebae5b81095973056a6a6964
This commit is contained in:
parent
7fe980d27b
commit
33ac91e339
2 changed files with 56 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ import solidPlugin from 'vite-plugin-solid';
|
|||
|
||||
export default defineConfig({
|
||||
plugins: [solidPlugin()],
|
||||
base: process.env.GITHUB_PAGES ? '/nix-evaluator-stats/' : './',
|
||||
server: {
|
||||
port: 3000,
|
||||
open: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue