Compare commits
No commits in common. "a29ad44e7c59ac9b7980e842efe1679ed1efa54a" and "cc875cd61c40d90adf28a39282e020929a72f088" have entirely different histories.
a29ad44e7c
...
cc875cd61c
|
@ -1,8 +1,5 @@
|
|||
ErrorDocument 404 /404.html
|
||||
|
||||
<FilesMatch "\.(ico|svg|avif|webp|jpg|png|gif|woff2)$">
|
||||
<FilesMatch "\.(ico|svg|avif|jpg|png|gif|js|css|woff2)$">
|
||||
Header set Cache-Control "max-age=31536000, public"
|
||||
</FilesMatch>
|
||||
<FilesMatch "\.(css|js)$">
|
||||
Header set Cache-Control "no-cache, public"
|
||||
</FilesMatch>
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.com"/>
|
||||
<updated>2024-07-30T16:32:19Z</updated>
|
||||
<updated>2024-07-30T16:12:42Z</updated>
|
||||
<id>https://leilukin.com/</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
Loading…
Reference in New Issue