summaryrefslogtreecommitdiff
path: root/examples/ssr/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-17Allow SSR dynamic routes to not implement getStaticPaths (#2815)Gravatar Matthew Phillips 1-10/+1
* Allow SSR dynamic routes to not implement getStaticPaths * Adds a changeset * Update based on code-review comments
2022-03-16[ci] formatGravatar matthewp 3-11/+9
2022-03-16Implements redirects, headers for SSR (#2798)Gravatar Matthew Phillips 9-9/+174
* Implements redirects, headers for SSR * Move away from an explicit Request * Properly handle endpoint routes in the build * chore(lint): ESLint fix * Update based on review comments Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-28Fix typo (#2674)Gravatar Robin Millette 1-1/+1
2022-02-14[ci] yarn formatGravatar matthewp 2-7/+5
2022-02-14Flagged SSR support (#2548)Gravatar Matthew Phillips 10-0/+327
* Checkpoint, basics are working * Add the `--experimental-ssr` flag * Adds the changeset * Fixes population of getStaticPaths results * Pass through the imported module * Route manifest test * Fix remaining tests * Fix remaining tests * Copy server assets over * Fix types * Allowing passing in the request to the Node version of App * Improve the example app * Gets CI to pass
Gravatar Fred K. Schott 1-1/+1 2022-04-10update lockfile (#3059)Gravatar Fred K. Schott 29-914/+698 2022-04-10correct changesetsGravatar Fred K. Schott 3-3/+11 2022-04-10chore: webapi test now use chai (#3048)Gravatar Juan Martín Seery 16-814/+539 2022-04-10update test names containing spacesGravatar Fred K. Schott 26-17/+17 2022-04-11[ci] formatGravatar FredKSchott 2-8/+7 2022-04-10Fix SSR static build public file copying. fixes #3016 (#3037)Gravatar Steve Lee 8-5/+48 * Fix SSR static build public file copying * chore: update lockfile * remove dirname and use URL constructor * Cleanup test and actually test what it says it tests Co-authored-by: Nate Moore <nate@skypack.dev> 2022-04-10fix our weird beta release issues (#3031)Gravatar Fred K. Schott 4-6/+116 2022-04-10update tailwind integration readmeGravatar Fred K. Schott 2-9/+38 2022-04-10Fixed MD Lint issues (#3038)Gravatar Rafid Muhymin Wafi 1-12/+11