feat: Markdown rendering improvements

This commit is contained in:
Jesse Wierzbinski 2024-05-11 16:15:42 -10:00
parent 8b22a22ae4
commit e90ff9d508
No known key found for this signature in database
5 changed files with 109 additions and 64 deletions

View file

@ -21,7 +21,7 @@
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev": "nuxt dev --https --https.cert config/lysand-fe.localhost.pem --https.key config/lysand-fe.localhost-key.pem --host lysand-fe.localhost",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"