Skip to content

Commit

Permalink
fix: fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Oct 1, 2024
1 parent 585f259 commit ae7eab6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 40 deletions.
1 change: 1 addition & 0 deletions packages/docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
*.local
components.d.ts
7 changes: 7 additions & 0 deletions packages/docs/build/Caddyfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
www.slimfact.app {
handle {
root * /srv/www.slimfact.app
try_files {path}.html {path} /index.html
file_server
}
}
39 changes: 0 additions & 39 deletions packages/docs/components.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"dev": "vitrify dev",
"dev:ssr": "vitrify dev -m ssr",
"build": "run-s build:csr gzip",
"build": "run-s build:ssg gzip",
"build:csr": "vitrify build",
"build:ssr": "vitrify build -m ssr",
"build:ssg": "vitrify build -m ssg",
Expand Down

0 comments on commit ae7eab6

Please sign in to comment.