Skip to content

Commit

Permalink
Se agrega analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
yhojann-cl committed Nov 3, 2024
1 parent 4e56923 commit bc7dc68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Yhojann Aguilera</title><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="apple-touch-icon" href="/apple-touch-icon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#333333"/><meta name="description" content="Yhojann Aguilera Aguayo - Chile"/><meta name="author" content="Yhojann Aguilera"/><link rel="manifest" href="/manifest.json"/><script defer="defer" src="/static/js/main.cee58e67.js"></script><link href="/static/css/main.846b51d6.css" rel="stylesheet"></head><body><noscript>Necesitas habilitar Javascript para ver el contenido.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="es"><head><meta charset="utf-8"/><title>Yhojann Aguilera</title><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="apple-touch-icon" href="/apple-touch-icon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#333333"/><meta name="description" content="Yhojann Aguilera Aguayo - Chile"/><meta name="author" content="Yhojann Aguilera"/><link rel="manifest" href="/manifest.json"/><script defer="defer" src="/static/js/main.cee58e67.js"></script><link href="/static/css/main.846b51d6.css" rel="stylesheet"></head><body><noscript>Necesitas habilitar Javascript para ver el contenido.</noscript><div id="root"></div><script async src="https://www.googletagmanager.com/gtag/js?id=G-8XG4EEX52Z"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-8XG4EEX52Z")</script></body></html>
11 changes: 10 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="es">
<head>
<meta charset="utf-8" />
<title>Yhojann Aguilera</title>
Expand All @@ -14,5 +14,14 @@
<body>
<noscript>Necesitas habilitar Javascript para ver el contenido.</noscript>
<div id="root"></div>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8XG4EEX52Z"></script>
<script>
window.dataLayer = window.dataLayer || [ ];
function gtag(){
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-8XG4EEX52Z');
</script>
</body>
</html>

0 comments on commit bc7dc68

Please sign in to comment.