This commit is contained in:
@ -38,7 +38,8 @@
|
|||||||
"Bash(../target/release/ailog build)",
|
"Bash(../target/release/ailog build)",
|
||||||
"Bash(zsh run.zsh:*)",
|
"Bash(zsh run.zsh:*)",
|
||||||
"Bash(hugo:*)",
|
"Bash(hugo:*)",
|
||||||
"WebFetch(domain:docs.bsky.app)"
|
"WebFetch(domain:docs.bsky.app)",
|
||||||
|
"WebFetch(domain:syui.ai)"
|
||||||
],
|
],
|
||||||
"deny": []
|
"deny": []
|
||||||
}
|
}
|
||||||
|
@ -16,11 +16,32 @@
|
|||||||
Cache-Control: public, max-age=31536000, immutable
|
Cache-Control: public, max-age=31536000, immutable
|
||||||
|
|
||||||
/css/*
|
/css/*
|
||||||
Cache-Control: public, max-age=300
|
Content-Type: text/css
|
||||||
|
Cache-Control: public, max-age=60
|
||||||
|
|
||||||
/*.js
|
/*.js
|
||||||
|
Content-Type: application/javascript
|
||||||
Cache-Control: public, max-age=31536000, immutable
|
Cache-Control: public, max-age=31536000, immutable
|
||||||
|
|
||||||
|
/assets/*.js
|
||||||
|
Content-Type: application/javascript
|
||||||
|
Cache-Control: public, max-age=31536000, immutable
|
||||||
|
|
||||||
|
# Ensure ES6 modules are served correctly
|
||||||
|
/assets/comment-atproto-*.js
|
||||||
|
Content-Type: text/javascript; charset=utf-8
|
||||||
|
Cache-Control: public, max-age=31536000, immutable
|
||||||
|
|
||||||
|
# All JS assets
|
||||||
|
/assets/*-*.js
|
||||||
|
Content-Type: text/javascript; charset=utf-8
|
||||||
|
Cache-Control: public, max-age=31536000, immutable
|
||||||
|
|
||||||
|
# CSS assets
|
||||||
|
/assets/*.css
|
||||||
|
Content-Type: text/css
|
||||||
|
Cache-Control: public, max-age=60
|
||||||
|
|
||||||
/posts/*
|
/posts/*
|
||||||
Cache-Control: public, max-age=3600
|
Cache-Control: public, max-age=3600
|
||||||
|
|
||||||
|
@ -201,7 +201,7 @@ a.view-markdown:any-link {
|
|||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
.main-content {
|
.main-content {
|
||||||
padding: 24px 0;
|
padding: 24px 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -779,13 +779,13 @@ a.view-markdown:any-link {
|
|||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
.main-header {
|
.main-header {
|
||||||
padding: 12px 16px;
|
padding: 12px 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-content {
|
.header-content {
|
||||||
max-width: 100%;
|
max-width: 100% !important;
|
||||||
padding: 0 16px;
|
padding: 0 16px !important;
|
||||||
grid-template-columns: 0 1fr auto;
|
grid-template-columns: 0 1fr auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide site title text on mobile */
|
/* Hide site title text on mobile */
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<!-- OAuth Comment System - Load globally for session management -->
|
<!-- OAuth Comment System - Load globally for session management -->
|
||||||
<script type="module" crossorigin src="/assets/comment-atproto-5XY8iSu2.js"></script>
|
<script type="module" crossorigin src="/assets/comment-atproto-Do1JWJCw.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-BNv2pGK8.css">
|
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-CPKYAM8U.css">
|
@ -1,3 +1,3 @@
|
|||||||
<!-- OAuth Comment System - Load globally for session management -->
|
<!-- OAuth Comment System - Load globally for session management -->
|
||||||
<script type="module" crossorigin src="/assets/comment-atproto-t3YMNO1o.js"></script>
|
<script type="module" crossorigin src="/assets/comment-atproto-Do1JWJCw.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-ZAg-o4pg.css">
|
<link rel="stylesheet" crossorigin href="/assets/comment-atproto-CPKYAM8U.css">
|
@ -168,8 +168,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
.app-main {
|
.app .app-main {
|
||||||
padding: 0px;
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user