File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"devToolbar" : {
3
3
"enabled" : false
4
+ },
5
+ "_variables" : {
6
+ "lastUpdateCheck" : 1715053823392
4
7
}
5
8
}
Original file line number Diff line number Diff line change 23
23
},
24
24
"dependencies" : {
25
25
"@pagefind/default-ui" : " ^1.1.0" ,
26
- "astro" : " ^4.6 .1" ,
27
- "dayjs" : " ^1.11.10 " ,
26
+ "astro" : " ^4.7 .1" ,
27
+ "dayjs" : " ^1.11.11 " ,
28
28
"lozad" : " ^1.16.0" ,
29
29
"motion" : " ^10.17.0" ,
30
30
"pagefind" : " ^1.1.0"
31
31
},
32
32
"devDependencies" : {
33
33
"@astrojs/rss" : " ^4.0.5" ,
34
34
"@astrojs/tailwind" : " ^5.1.0" ,
35
- "@tailwindcss/typography" : " ^0.5.12 " ,
35
+ "@tailwindcss/typography" : " ^0.5.13 " ,
36
36
"@types/lozad" : " ^1.16.4" ,
37
37
"node-html-parser" : " ^6.1.13" ,
38
38
"prettier" : " ^3.2.5" ,
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ if (postIndex < allPosts.length) {
151
151
.logo:active {
152
152
text-decoration: none;
153
153
border-block-end: none;
154
- padding-block-end: none ;
154
+ padding-block-end: unset ;
155
155
}
156
156
157
157
#grid-main {
@@ -175,7 +175,7 @@ if (postIndex < allPosts.length) {
175
175
}
176
176
.heti .pay-button:hover {
177
177
border-block-end: none;
178
- padding-block-end: 0px ;
178
+ padding-block-end: 0 ;
179
179
}
180
180
</style >
181
181
<ViewTransitions />
@@ -236,6 +236,7 @@ if (postIndex < allPosts.length) {
236
236
</div >
237
237
</div >
238
238
<script
239
+ data-astro-rerun
239
240
src =" https://giscus.app/client.js"
240
241
data-repo ={ SITE .repo }
241
242
data-repo-id =" R_kgDOG4TsQA"
Original file line number Diff line number Diff line change 1
1
---
2
+ import { ViewTransitions } from " astro:transitions" ;
2
3
import HeadCommon from ' ../components/HeadCommon.astro' ;
3
4
import HeadSEO from ' ../components/HeadSEO.astro' ;
4
5
import Card from ' ../components/Card.astro' ;
@@ -11,11 +12,12 @@ const posts = await Astro.glob('./posts/*.md');
11
12
const allPosts = sortPosts (posts );
12
13
---
13
14
14
- <html lang =" ch" >
15
+ <html lang =" ch" transition:animate = " none " >
15
16
<head >
16
17
<HeadCommon />
17
18
<HeadSEO pageURL ={ SITE .homePage } content ={ {}} />
18
19
<title >{ SITE .title } </title >
20
+ <ViewTransitions />
19
21
</head >
20
22
21
23
<body >
You can’t perform that action at this time.
0 commit comments