Skip to content

Commit

Permalink
chore: revert unnecessary package
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Sep 16, 2024
1 parent b798137 commit bdffa9d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import starlight from "@astrojs/starlight";
import tailwind from "@astrojs/tailwind";
import { defineConfig } from "astro/config";

import relativeLinks from "astro-relative-links";

// https://astro.build/config
export default defineConfig({
site: "https://vgventures.github.io",
Expand Down Expand Up @@ -136,6 +134,5 @@ export default defineConfig({
// Disable the default base styles:
applyBaseStyles: false,
}),
relativeLinks(),
],
});
12 changes: 0 additions & 12 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.8.6",
"astro-relative-links": "^0.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.32.5",
Expand Down

0 comments on commit bdffa9d

Please sign in to comment.