mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
chore: enable photoswipe component
This commit is contained in:
parent
beb3386edc
commit
7a7253124d
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ import Header from '@/components/Header.astro'
|
||||||
import Navbar from '@/components/Navbar.astro'
|
import Navbar from '@/components/Navbar.astro'
|
||||||
import GithubCard from '@/components/Widgets/GithubCard.astro'
|
import GithubCard from '@/components/Widgets/GithubCard.astro'
|
||||||
import GsapAnimation from '@/components/Widgets/GsapAnimation.astro'
|
import GsapAnimation from '@/components/Widgets/GsapAnimation.astro'
|
||||||
// import PhotoSwipe from '@/components/Widgets/PhotoSwipe.astro'
|
import PhotoSwipe from '@/components/Widgets/PhotoSwipe.astro'
|
||||||
import themeConfig from '@/config'
|
import themeConfig from '@/config'
|
||||||
import Head from '@/layouts/Head.astro'
|
import Head from '@/layouts/Head.astro'
|
||||||
import { getPageInfo } from '@/utils/page'
|
import { getPageInfo } from '@/utils/page'
|
||||||
|
@ -51,6 +51,6 @@ const MarginBottom = isPost && themeConfig.comment?.enabled
|
||||||
<GsapAnimation />
|
<GsapAnimation />
|
||||||
<Button supportedLangs={supportedLangs} />
|
<Button supportedLangs={supportedLangs} />
|
||||||
<GithubCard />
|
<GithubCard />
|
||||||
<!-- <PhotoSwipe /> -->
|
<PhotoSwipe />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue