chore: enable photoswipe component

This commit is contained in:
radishzzz 2025-05-19 03:17:26 +01:00
parent beb3386edc
commit 7a7253124d

View file

@ -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>