Skip to content

Commit ef0d6ac

Browse files
committed
chore: Alpine.jsをCDNから追加
1 parent 806288d commit ef0d6ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/src/components/templates/BaseTemplate.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export const BaseTemplate: FC<BaseTemplateProps> = ({
126126
}}
127127
/>
128128
<link href="/src/styles.css" rel="stylesheet"></link>
129+
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"></script>
129130
</head>
130131

131132
<body class="no-js docs has-outline">

0 commit comments

Comments
 (0)