fix: make the site static
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user