Astro Notes
JSON import type errors
When we do:
index.astro
import mpps from "../../../content/members/documents/pps-myan/pps-myan.json";
import epps from …When we do:
import mpps from "../../../content/members/documents/pps-myan/pps-myan.json";
import epps from …This is personal record for building a blog site using Astro web framework with Cloudflare integration. Consult with this pages: https://docs.astro.build/ and …
When designing for the web, one small but important detail is how browsers handle very long words or strings of text. On mobile screens especially, an unbroken word can stretch …