@splendidlabz/astro
v6.1.4
Published
To use the our Astro components in your project, you need to add `noExternal` key to your `astro.config.mjs` file:
Readme
To use the our Astro components in your project, you need to add noExternal key to your astro.config.mjs file:
export default defineConfig({
vite: {
ssr: { noExternal: ['@splendidlabz/astro'] },
},
})