--- import Base from "./Base.astro"; const notice = { header: "Website ported to Astro 2!", content: [ "Third time's a charm, so hopefully this time it will last longer. So far Astro looks really cool." ] }; ---