alexnguyennz / astro-aws-amplify

Astro adapter for Astro SSR deployments on AWS Amplify
https://www.astroawsamplify.com
MIT License
31 stars 9 forks source link

Remove `assets` special directory #17

Closed rishi-raj-jain closed 8 months ago

rishi-raj-jain commented 8 months ago

There's no more assets folder in Astro.

All the public assets are scaffolded right into the static directory with natural hierarchy.

Screenshot 2024-03-27 at 9 29 23 PM
alexnguyennz commented 8 months ago

Hi there, this route is outlined here - does this now work? Other assets/resources can be placed in the public folder as usual.

rishi-raj-jain commented 8 months ago

Ah I see the use of public files without extension... trying it out..

rishi-raj-jain commented 8 months ago

Ah you are right! Thanks for teaching me that.

You've made an amazing library! It worked flawlessly.

alexnguyennz commented 8 months ago

No worries. Appreciate any PRs, haven't had much time lately to look at improving things.