mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 03:38:11 -05:00
Add page transitions
This commit is contained in:
@@ -3,6 +3,7 @@ import Footer from "../components/footer/Footer.astro";
|
||||
import NavigationReact from "../components/navigation/NavigationReact";
|
||||
import { MatomoProvider, createInstance } from "@datapunt/matomo-tracker-react";
|
||||
import '../styles/input.css'
|
||||
import { ViewTransitions } from "astro:transitions";
|
||||
|
||||
export interface Props {
|
||||
title: string;
|
||||
@@ -25,6 +26,7 @@ const instance = createInstance({
|
||||
<link href="/output.css" rel="stylesheet"/>
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{title}</title>
|
||||
<ViewTransitions />
|
||||
</head>
|
||||
<body class="flex flex-col h-screen">
|
||||
<MatomoProvider value={instance}>
|
||||
|
||||
Reference in New Issue
Block a user