mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Attempt to fix linting errors + use next/script (#317)
* Attempt to fix linting errors + use next/script * Update analytics.js * Update analytics.js
This commit is contained in:
parent
d3ced18643
commit
85fc06d147
1 changed files with 7 additions and 5 deletions
|
|
@ -1,9 +1,11 @@
|
|||
import Script from 'next/script'
|
||||
|
||||
export default () => (
|
||||
<script
|
||||
const Analytics = () => (
|
||||
<Script
|
||||
defer
|
||||
data-domain="hackclub.com"
|
||||
src="https://plausible.io/js/plausible.js">
|
||||
</script>
|
||||
|
||||
src="https://plausible.io/js/plausible.js"
|
||||
/>
|
||||
)
|
||||
|
||||
export default Analytics
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue