diff --git a/package.json b/package.json index cb423e2..9609f43 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "dev": "vinxi dev", "build": "vinxi build", "start": "vinxi start", + "serve": "vinxi serve --dir .output/public --port 8085", "preview": "npx http-server ./.output/public" }, "dependencies": { diff --git a/src/data/posts.json b/src/data/posts.json index 934d568..522c81a 100644 --- a/src/data/posts.json +++ b/src/data/posts.json @@ -2,7 +2,7 @@ { "title": "Testing Test Test Test", "description": "Woah this is so cool", - "date": "2025-1-29", + "date": "2025-01-29", "featuredImage": null, "featuredImageDesc": null, "tags": ["rust", "python", "mdx", "markdown"], diff --git a/src/routes/blog/test.mdx b/src/routes/blog/test.mdx index 5b0a655..afbc8dc 100644 --- a/src/routes/blog/test.mdx +++ b/src/routes/blog/test.mdx @@ -1,7 +1,7 @@ --- title: Testing Test Test Test description: Woah this is so cool -date: 2025-1-29 +date: 2025-01-29 featuredImage: featuredImageDesc: tags: