fix: make the site static

This commit is contained in:
2026-01-01 15:30:05 -05:00
parent 41b92fe886
commit bf224e3a65
4 changed files with 204 additions and 100 deletions

View File

@@ -5,7 +5,7 @@
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"serve": "vinxi serve --dir .output/public --port 8085",
"serve": "bunx serve .output/public -l 8085",
"preview": "npx http-server ./.output/public"
},
"dependencies": {
@@ -22,7 +22,8 @@
"solid-mdx": "^0.0.7",
"tailwind-nord": "^1.3.0",
"tailwindcss": "4.0.0",
"vinxi": "^0.5.3"
"vinxi": "^0.5.3",
"serve": "^14.2.4"
},
"engines": {
"node": ">=18",
@@ -34,7 +35,6 @@
"@solidjs/meta": "^0.29.4",
"autoprefixer": "^10.4.20",
"dayjs": "^1.11.13",
"http-server": "^14.1.1",
"rehype-mdx-code-props": "^3.0.1",
"remark-frontmatter": "^5.0.0",
"solid-jsx": "^1.1.4",