| 18 Apr 2024 |
garbas | IdaBzo: ^^^ | 16:18:40 |
| 19 Apr 2024 |
Arian | I want to give a shot at adding the new AMIS to the homepage. But I was wondering. Can the Website build access the network? The easiest would be for the AWSTable.astro to pull in either from https://nixos.github.io/amis/images.json or even just put the ec2.DescribeImages call in Astro directly | 12:19:13 |
Arian | * I want to give a shot at adding the new AMIS to the homepage. But I was wondering. Can the Website build access the network during build time? The easiest would be for the AWSTable.astro to pull in either from https://nixos.github.io/amis/images.json or even just put the ec2.DescribeImages call in Astro directly | 12:19:33 |
Arian | Or should I pull in the list using client-side JS? | 12:19:43 |
Arian | client-side JS probably makes more sense? | 12:19:59 |
garbas | Arian: You can do both. But I think having this done client-side would be best. | 13:03:34 |
garbas | And I'm sure you'll be able to figure out how to add client side script with Astro (https://docs.astro.build/en/guides/client-side-scripts/#using-script-in-astro) | 13:04:22 |
Arian | gotcha | 13:04:52 |