Used new location of components
This commit is contained in:
parent
f00098687c
commit
f1b8768b63
3 changed files with 23 additions and 19 deletions
|
|
@ -5,6 +5,7 @@ const websiteName = 'Template'
|
|||
const websiteDescription = 'This is just a template.'
|
||||
|
||||
import Background from '../templates/components/Background/Background'
|
||||
import OptimizeBackground from '../templates/components/Optimizer/OptimizeBackground'
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
|
|
@ -18,16 +19,17 @@ import Background from '../templates/components/Background/Background'
|
|||
</head>
|
||||
|
||||
<body id="body">
|
||||
<Background image />
|
||||
<!-- <OptimizeBackground /> -->
|
||||
<Background color="#0c1b31" />
|
||||
<slot />
|
||||
|
||||
<style lang="sass">
|
||||
@use '/src/styles/variables.sass' as vars
|
||||
@use '/src/styles/fonts.sass' as fonts
|
||||
|
||||
#body
|
||||
font-family: fonts.$Inter
|
||||
color: vars.$textColor
|
||||
</style>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<style lang="sass">
|
||||
@use '/src/styles/variables.sass' as vars
|
||||
@use '/src/styles/fonts.sass' as fonts
|
||||
|
||||
#body
|
||||
font-family: fonts.$Inter
|
||||
color: vars.$textColor
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue