Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .changeset/polite-sloths-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"vite-plugin-react-router-amplify-hosting": patch
"amplify-adapter-react-router": patch
---

docs: update README.md
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
This project provide following packages:

- `vite-plugin-react-router-amplify-hosting` is Vite plugin for React Router SSR on Amplify Hosting. See [more information](./packages/vite-plugin-react-router-amplify-hosting/README.md).
- `amplify-adapter-react-router` contains the AWS Amplify React Router Adapter. For more information on using React Router in your application please reference [more information](./packages/amplify-adapter-react-router/README.md).
2 changes: 1 addition & 1 deletion packages/amplify-adapter-react-router/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS Amplify React Router Adapter

This package is the AWS Amplify React Router Adapter.
This package contains the AWS Amplify React Router Adapter.

## Install

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package is vite plugin for React Router SSR on Amplify Hosting.

## Features

- Generate `deply-manifest.json`.
- Generate `deploy-manifest.json`.
- Generate and bundle a `server.mjs` as compute entrypoint file.
- Build the folder structure that Amplify expects for the deployment bundle.

Expand Down