Skip to content

Commit

Permalink
chore: fix linter (#4377)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeboub authored Jan 18, 2025
1 parent 6c3af99 commit 449dfb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ export default {
type="image/png"
href="https://docs.thewidlarzgroup.com/react-native-video/favicon.png"
/>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4YEWQH5ZHS"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-4YEWQH5ZHS"
/>
<script>
{`
window.dataLayer = window.dataLayer || [];
Expand Down

0 comments on commit 449dfb6

Please sign in to comment.