Create base for Albums

This commit is contained in:
itsfinniii
2026-04-26 13:52:56 +02:00
parent abaea70c7b
commit f86630bcb0
8 changed files with 4982 additions and 2830 deletions

View File

@@ -13,8 +13,8 @@ import BlogPost from "@/components/blogs/BlogPost.astro";
import ProjectPost from "@/components/projects/ProjectPost.astro";
import CategoryIndex from "@/components/photos/CategoryIndex.astro";
import Category from "@/components/photos/Category.astro";
import AlbumPage from "@/components/photos/Album.astro";
import { getImageUrl } from "@/lib/images";
import AlbumPage from "@/components/photos/AlbumPage.astro";
export async function getStaticPaths() {
const settings = await getSettings();
@@ -148,7 +148,7 @@ if (page === null || page.page === null || !page.page.exists) {
{ page.pageType === "PhotoAlbum" && (
<WebpageLayout settings={{
searchEngine: {
title: page.page.category.title,
title: page.page.title,
description: `See the photos in the ${page.page.category.title.toLowerCase()} category.`,
allowCrawlers: true,
canonical: null,