Skip to content

Commit

Permalink
chore: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobySolutions committed Oct 30, 2024
1 parent 2d7833b commit b0720e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FrameworkComparisonTable/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const frameworks: Framework[] = [
{
name: 'Astro',
ssg: true,
ssr: true,
ssr: false,
previewDeployments: true,
},
{
Expand Down

0 comments on commit b0720e2

Please sign in to comment.