Skip to content

Commit

Permalink
uninstall starlight and shiki packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pranalidhanavade committed Dec 10, 2024
1 parent c6d5a07 commit 56d7aeb
Show file tree
Hide file tree
Showing 6 changed files with 824 additions and 3,164 deletions.
1 change: 0 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import tailwind from '@astrojs/tailwind';

const DEV_PORT = 3000;

// https://astro.build/config
export default defineConfig({
// experimental: {

Expand Down
4 changes: 4 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"importMap": "./import_map.json"
}

10 changes: 8 additions & 2 deletions deno.lock

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

6 changes: 6 additions & 0 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"imports": {
"@astrojs/markdown-remark": "https://cdn.skypack.dev/@astrojs/markdown-remark"
}
}

Loading

0 comments on commit 56d7aeb

Please sign in to comment.