Skip to content
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

fix: static export #1

Merged
merged 1 commit into from
Sep 28, 2023
Merged

fix: static export #1

merged 1 commit into from
Sep 28, 2023

Conversation

lazarv
Copy link
Owner

@lazarv lazarv commented Sep 28, 2023

Fixes static exporting of routes specified in the root configuration file. Correct URL instance is now used in the rendering context.

Static export now also renders with the Accept header set to text/x-component, and so exporting will work not just on initial loading of pages, but also on client-side navigation to the exported routes.

Static file handler now works for both HTML and RSC exports.

Fixes minor issue with filename formatting in the reporting of the static export.

Fixes static exporting of routes specified in the root configuration
file. Correct URL instance is now used in the rendering context.

Static export now also renders with the `Accept` header set to `text/x-component`,
and so exporting will work not just on initial loading of pages, but also on
client-side navigation to the exported routes.

Static file handler now works for both HTML and RSC exports.

Fixes minor issue with filename formatting in the reporting of the
static export.
@lazarv lazarv merged commit 16d52c0 into main Sep 28, 2023
@lazarv lazarv deleted the fix/static-export branch September 28, 2023 21:03
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