You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/ko/guides/client-side-scripts.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Astro가 스크립트를 처리하는 것을 방지하려면 `is:inline` 지시
85
85
```
86
86
87
87
:::note
88
-
Astro는 특정 상황에서 스크립트 태그를 처리하지 않습니다. 특히, `type="module"`, `src` 외 다른 속성을 `<script>` 태그에 추가하면 Astro는 해당 태그를 `is:inline` 지시어가 있는 것처럼 처리하게 됩니다. 스크립트가 JSX 표현식으로 작성된 경우에도 마찬가지입니다.
88
+
Astro는 특정 상황에서 스크립트 태그를 처리하지 않습니다. 특히, `type="module"`, `src` 외 다른 속성을 `<script>` 태그에 추가하면 Astro는 해당 태그를 `is:inline` 지시어가 있는 것처럼 처리하게 됩니다.
89
89
:::
90
90
91
91
<ReadMore>`<script>` 태그에서 사용할 수 있는 지시어에 대한 자세한 내용은 [지시어 참조](/ko/reference/directives-reference/#스크립트--스타일-지시어) 페이지를 확인하세요.</ReadMore>
0 commit comments