This commit is contained in:
Adam Matthiesen 2024-01-23 21:40:28 -08:00
parent d4db5000ab
commit 9e46eeb9f0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-theme-default",
"description": "Default Theme for astro-ghostcms",
"version": "0.0.7",
"version": "0.0.8",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",

View File

@ -1,8 +1,8 @@
---
import type { Settings } from "@matthiesenxyz/astro-ghostcms/api";
import { AstroFont } from "astro-font";
import { ViewTransitions } from 'astro:transitions';
import MainLayout from "../components/MainLayout.astro";
import ViewTransitions from "astro/components/ViewTransitions.astro";
export type Props = {
content?: {