mirror of
https://github.com/lbr77/blog-astro.git
synced 2026-04-09 00:19:12 +00:00
format
This commit is contained in:
@@ -6,8 +6,8 @@ import Footer from '@/components/Footer.astro'
|
||||
import Head from '@/components/Head.astro'
|
||||
import Header from '@/components/Header.astro'
|
||||
import { ENABLE_LIGHTBOX, SITE } from '@/consts'
|
||||
import { cn } from '@/lib/utils'
|
||||
import { getStaticFilePath } from '@/lib/blog-helpers'
|
||||
import { cn } from '@/lib/utils'
|
||||
interface Props {
|
||||
class?: string
|
||||
}
|
||||
@@ -38,11 +38,6 @@ const { class: className } = Astro.props
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
|
||||
{
|
||||
ENABLE_LIGHTBOX && (
|
||||
<script src={getStaticFilePath('/js/fslightbox.js')} />
|
||||
)
|
||||
}
|
||||
{ENABLE_LIGHTBOX && <script src={getStaticFilePath('/js/fslightbox.js')} />}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user