Compare commits
3 commits
3124696932
...
797ecba7b4
| Author | SHA1 | Date | |
|---|---|---|---|
| 797ecba7b4 | |||
| ed1c35434f | |||
| 3f4f9b0441 |
5 changed files with 5 additions and 5 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 1.7 KiB |
|
|
@ -5,7 +5,7 @@ const websiteName = 'Template'
|
|||
const websiteDescription = 'This is just a template.'
|
||||
|
||||
import Background from '../../fwt/components/Background/Background'
|
||||
import OptimizeBackground from '../../fwt/components/Optimizer/OptimizeBackground'
|
||||
// import OptimizeBackground from '../../fwt/components/Optimizer/OptimizeBackground'
|
||||
import HTML from '../../fwt/components/HTML/HTML'
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
import Layout from '../layouts/Layout.astro'
|
||||
import Button from '../../fwt/components/Button/Button'
|
||||
import Logo from '../../fwt/components/Logo/Logo'
|
||||
import OptimizeLogo from '../../fwt/components/Optimizer/OptimizeLogo'
|
||||
import OptimizeImage from '../../fwt/components/Optimizer/OptimizeImage'
|
||||
// import OptimizeLogo from '../../fwt/components/Optimizer/OptimizeLogo'
|
||||
// import OptimizeImage from '../../fwt/components/Optimizer/OptimizeImage'
|
||||
import Link from '../../fwt/components/Link/Link'
|
||||
import Counter from '../components/Counter/Counter'
|
||||
import Page from '../../fwt/components/Page/Page'
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ import Image from '../../fwt/components/Image/Image'
|
|||
import Page from '../../fwt/components/Page/Page'
|
||||
import sample1 from '../../fwt/images/sample.avif'
|
||||
import sample2 from '../../fwt/images/sample.webp'
|
||||
import OptimizeImage from '../../fwt/components/Optimizer/OptimizeImage'
|
||||
// import OptimizeImage from '../../fwt/components/Optimizer/OptimizeImage'
|
||||
import Row from '../../fwt/components/Row/Row'
|
||||
import Column from '../../fwt/components/Column/Column'
|
||||
// import Column from '../../fwt/components/Column/Column'
|
||||
---
|
||||
|
||||
<Layout title="Home">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue