Update Astro core and fix ViewTransitions import

This commit is contained in:
Kent Joseph T. Palima
2026-04-29 02:27:15 +08:00
parent 85e7b19cd8
commit c0f87e52b1
60 changed files with 29951 additions and 752 deletions
@@ -0,0 +1,21 @@
import { c as createComponent } from './astro-component_Dg_tJ-jn.mjs';
import { l as renderComponent, r as renderTemplate, m as maybeRenderHead } from './entrypoint_CZ7e8met.mjs';
import { $ as $$Layout } from './Layout_CFTVjyCn.mjs';
const $$GetLicensed = createComponent(($$result, $$props, $$slots) => {
return renderTemplate`${renderComponent($$result, "Layout", $$Layout, { "title": "Get Licensed | UP IECEP" }, { "default": ($$result2) => renderTemplate` ${maybeRenderHead()}<section> <h1>Get Licensed</h1> </section> ` })}`;
}, "/Users/kntdgrtnnly/Documents/upiecep/upiecep-website/src/pages/get-licensed.astro", void 0);
const $$file = "/Users/kntdgrtnnly/Documents/upiecep/upiecep-website/src/pages/get-licensed.astro";
const $$url = "/get-licensed";
const _page = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
__proto__: null,
default: $$GetLicensed,
file: $$file,
url: $$url
}, Symbol.toStringTag, { value: 'Module' }));
const page = () => _page;
export { page };