📝Comments of [blog/remark-admonitions] #9
Replies: 3 comments
-
Comment!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
import css from '$lib/assets/styles/giscus/index.scss';
export const GET = async () => {
const headers = new Headers();
headers.append('Content-Type', 'text/css');
return new Response(css, { headers: headers });
}; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
📝Comments of [blog/remark-admonitions]
블로그에 remark-admonitions를 추가했습니다. 이제 블로그 포스트에서 아래와 같은 문법으로 정보 블럭을 사용할 수 있습니다.
https://present.kim//posts/blog/remark-admonitions
Beta Was this translation helpful? Give feedback.
All reactions