Fix old names and typos

This commit is contained in:
Korbs 2024-11-12 17:31:28 -05:00
parent f68bb92804
commit 92b6f1c558
3 changed files with 31 additions and 10 deletions

View file

@ -28,8 +28,8 @@
"preview": "astro preview",
"docker:start": "docker compose up -d",
"docker:stop": "docker compose down",
"docker:build": "docker build --platform linux/amd64 -t ark.sudovanilla.org/korbs/butterlyvu:amd64 .",
"docker:push": "docker push ark.sudovanilla.org/korbs/butterlyvu:amd64"
"docker:build": "docker build --platform linux/amd64 -t ark.sudovanilla.org/korbs/butterflyvu:amd64 .",
"docker:push": "docker push ark.sudovanilla.org/korbs/butterflyvu:amd64"
},
"dependencies": {
"@astrojs/mdx": "4.0.0-beta.2",