Skip to content

Commit

Permalink
chore: astro upgarde
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Dec 6, 2024
1 parent f7cb055 commit e0de8d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import deno from '@deno/astro-adapter';
import deno from "@deno/astro-adapter";
import { defineConfig } from 'astro/config';
import react from "@astrojs/react";
import sitemap from '@astrojs/sitemap';
Expand Down
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@astrojs/tailwind": "^5.1.3",
"@babel/runtime": "^7.24.5",
"@babel/runtime-corejs3": "^7.24.5",
"@deno/astro-adapter": "^0.1.2",
"@deno/astro-adapter": "^0.1.5",
"@faker-js/faker": "^8.4.1",
"@radix-ui/react-avatar": "^1.0.4",
"@shadcn/ui": "^0.0.4",
Expand Down

1 comment on commit e0de8d4

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on e0de8d4 Dec 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "@astrojs/markdown-remark" not prefixed with / or ./ or ../

Please sign in to comment.