Compare commits

..

No commits in common. "de74de8b0a5261375f99db864a537f95e6a29adb" and "7a9cd4b4bf86d056cbc5ebfadbb2f785848034c8" have entirely different histories.

4 changed files with 3 additions and 6 deletions

View file

@ -11,7 +11,4 @@ export default defineConfig({
transformer: 'lightningcss',
},
},
build: {
assets: '_fwt',
},
})

View file

@ -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
}

View file

@ -21,7 +21,7 @@ import PA2 from '../../fwt/images/pat-alcala.webp'
</Link>
<h1>Fast WebApp Template</h1>
<Counter client:idle />
<Counter client:load />
<Button edges="rounded" label="FWT Components" to="/next" />
<Footer>

View file

@ -16,6 +16,7 @@ import Column from '../../fwt/components/Column/Column'
<Button edges="rounded" label="Back to Home" to="/" />
<section class="image">
<!-- <OptimizeImage src="batman.png" size={400} /> -->
<Row content="center" gap={1}>
<Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} />
<Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} />