Compare commits
No commits in common. "797ecba7b49da24e315a023c30bf3b1404b88d08" and "31246969327003242d3db4a7f4f0c954b809dbe6" have entirely different histories.
797ecba7b4
...
3124696932
5 changed files with 5 additions and 5 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3 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