File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2
2
import " ../styles/global.css" ;
3
3
import Header from " ../components/Header.astro" ;
4
4
import Footer from " ../components/Footer.astro" ;
5
- import { ClientRouter } from " astro:transitions" ;
6
5
7
6
interface Props {
8
7
title: string ;
@@ -15,15 +14,14 @@ const {
15
14
} = Astro .props ;
16
15
---
17
16
18
- <html lang =" en" class =" lg:text-lg" transition:animate = " none " >
17
+ <html lang =" en" class =" lg:text-lg" >
19
18
<head >
20
19
<meta charset =" utf-8" />
21
20
<meta name =" viewport" content =" width=device-width, initial-scale=1" />
22
21
<meta name =" description" content ={ description } />
23
22
<title >
24
23
{ title === " Prism Launcher" ? title : ` ${title } - Prism Launcher ` }
25
24
</title >
26
- <ClientRouter />
27
25
<link rel =" icon" type =" image/png" href =" /img/favicon.png" />
28
26
<link rel =" sitemap" href =" /sitemap-index.xml" />
29
27
</head >
You can’t perform that action at this time.
0 commit comments