--- import cx from 'classnames'; import { getCollection } from 'astro:content'; import { sortBySortKey } from '../utils'; import { animation } from '../data/site'; import GridLayout from '../layouts/GridLayout.astro'; import PageTitle from '../components/PageTitle.astro'; import Picture from '../components/Picture.astro'; import { Link } from '../components'; import { Content as Intro } from '../text/ai-art/intro.mdx'; import { mapping } from '../mdx-components'; const allAiArt = await getCollection('ai-art'); allAiArt.sort(sortBySortKey); const title = 'AI Art'; const description = 'This is a collection of AI art pieces I’ve created with Stable Diffusion.'; --- AI Art