Skip to content

Commit

Permalink
Added image-zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBuddy committed Jan 4, 2025
1 parent c7adaa4 commit c59acae
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 2 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
import starlightImageZoom from 'starlight-image-zoom'

// https://astro.build/config
export default defineConfig({
site: 'https://docs.buddyworks.wtf',
integrations: [
starlight({
plugins: [starlightImageZoom()],
title: 'BUDDYWORKS Docs',
favicon: '/favicon.ico',
description: 'All the details you could ever need.',
Expand Down
20 changes: 19 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@astrojs/starlight": "^0.30.3",
"@astrojs/tailwind": "^5.1.4",
"astro": "^5.1.2",
"sharp": "^0.32.5"
"sharp": "^0.32.5",
"starlight-image-zoom": "^0.10.1"
}
}

0 comments on commit c59acae

Please sign in to comment.