diff --git a/_chapters/configure-aws-amplify.md b/_chapters/configure-aws-amplify.md index e05651404..55b75663d 100644 --- a/_chapters/configure-aws-amplify.md +++ b/_chapters/configure-aws-amplify.md @@ -96,7 +96,7 @@ import { Amplify } from "aws-amplify"; import config from "./config.ts"; ``` -Amplify has a [2 year old bug](https://github.com/vitejs/vite/issues/1502#issuecomment-758822680) that needs a workaround to use it with your frontend. +Amplify has a [3 year old bug](https://github.com/vitejs/vite/issues/1502#issuecomment-758822680) that needs a workaround to use it with your frontend. {%change%} Add the following at the end of your `` tags in `frontend/index.html`.