Skip to content

Commit

Permalink
feat(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
barrenechea committed Feb 1, 2024
1 parent f8c223b commit fb9f6b9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 29 deletions.
3 changes: 3 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export default defineConfig({
theme: 'github-dark-dimmed',
},
},
build: {
format: 'directory',
},
integrations: [
mdx(),
partytown({
Expand Down
56 changes: 28 additions & 28 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"astro": "^4.2.7",
"astro": "^4.3.0",
"astro-eslint-parser": "^0.16.3",
"astro-og-canvas": "^0.4.2",
"astro-robots-txt": "^1.0.0",
Expand Down

0 comments on commit fb9f6b9

Please sign in to comment.