Skip to content

[WIP] Migrate from SSG to SSR #1236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

[WIP] Migrate from SSG to SSR #1236

wants to merge 1 commit into from

Conversation

crutchcorn
Copy link
Member

This PR implements SSR rather than SSG, including 404 redirects when data is not found, etc

While this code works 100%, we're marking it WIP because:

  1. This code does not execute on Vercel ("serverless fn is too large" error)
  2. Because our api.ts file does not cache most things, it's much more computationally expensive than it needs to be right now
  3. It doesn't provide our readers value yet

# Conflicts:
#	astro.config.ts
Copy link

vercel bot commented Dec 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
playfulprogramming ❌ Failed (Inspect) Dec 8, 2024 5:48am

@crutchcorn crutchcorn changed the title chore: migrate from SSG to SSR [WIP] Migrate from SSG to SSR Dec 8, 2024
@crutchcorn crutchcorn self-assigned this Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant