Skip to content

Commit

Permalink
feat: added denojson
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Nov 12, 2024
1 parent 8dca7a2 commit 30fe19d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"imports": {
"@astrojs/markdown-remark": "./node_modules/@astrojs/markdown-remark/dist/index.js"
}
}
"importMap": "./import_map.json"
}
5 changes: 5 additions & 0 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"imports": {
"@astrojs/markdown-remark": "./node_modules/@astrojs/markdown-remark/dist/index.js"
}
}

2 comments on commit 30fe19d

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 30fe19d Nov 12, 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 ../

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 30fe19d Nov 12, 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.