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 …