Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Nov 25, 2024
1 parent 9e48abc commit 75b5c99
Show file tree
Hide file tree
Showing 12 changed files with 1,217 additions and 373 deletions.
2 changes: 1 addition & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import type { Badge } from 'node_modules/@astrojs/starlight/schemas/badge';

// https://astro.build/config
export default defineConfig({
devToolbar: {enabled:false},
devToolbar: { enabled: true },
experimental: { directRenderScript: true },
site: 'https://vtbag.dev',
compressHTML: false,
Expand Down
Loading

0 comments on commit 75b5c99

Please sign in to comment.