Skip to content

Commit

Permalink
fix: image issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chazzox committed Oct 15, 2024
1 parent ff2ce0a commit 574190f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import vercel from "@astrojs/vercel/serverless";

export default defineConfig({
integrations: [tailwind(), mdx(), svelte()],
output: "server",
output: "hybrid",
adapter: vercel()
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"daisyui": "^2.46.0",
"felte": "^1.2.6",
"resend": "^4.0.0",
"sharp": "^0.33.5",
"svelte": "^4.2.19",
"tailwindcss": "^3.0.24",
"zod": "^3.20.2"
Expand Down
4 changes: 3 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 574190f

Please sign in to comment.