diff --git a/astro.config.mjs b/astro.config.mjs index 3843575..3c5b273 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,7 +11,4 @@ export default defineConfig({ transformer: 'lightningcss', }, }, - build: { - assets: '_fwt', - }, }) diff --git a/fwt/components/HTML/HTML.tsx b/fwt/components/HTML/HTML.tsx index 6c868a3..3fd7566 100644 --- a/fwt/components/HTML/HTML.tsx +++ b/fwt/components/HTML/HTML.tsx @@ -1,11 +1,10 @@ import './HTML.sass' -import type { JSXElement } from 'solid-js' interface Props { title: string name: string description: string - children: JSXElement + children: HTMLElement font?: string } diff --git a/src/pages/index.astro b/src/pages/index.astro index cd8b8cd..c9d72e1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -21,7 +21,7 @@ import PA2 from '../../fwt/images/pat-alcala.webp'