Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export default defineConfig({
site: 'https://rivet.dev',
output: 'static',
trailingSlash: 'ignore',
image: {
// Allow build-time optimization of artwork hosted on the assets CDN.
domains: ['assets.rivet.dev'],
},
// SEO Redirects - Astro generates HTML redirect files for static builds and
// serves them on the dev server. The same map drives real HTTP 301s at the
// Caddy layer in production (see scripts/generate-caddy-redirects.mjs), so it
Expand Down
40 changes: 36 additions & 4 deletions website/src/components/cookbook/CookbookCard.tsx

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

Loading
Loading