Skip to content

Commit

Permalink
add netlify config
Browse files Browse the repository at this point in the history
  • Loading branch information
notsidney committed Nov 24, 2022
1 parent bcc7800 commit 64d37a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
17 changes: 0 additions & 17 deletions index.html
@@ -1,23 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-108396697-1"
></script>
<script>
if (window.location.host !== "localhost" && window.location.host) {
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "UA-108396697-1");
}
</script>

<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
Expand Down
7 changes: 7 additions & 0 deletions netlify.toml
@@ -0,0 +1,7 @@
[build]
command = "pnpm run build"
publish = "dist"

[[redirects]]
from = "/downloader"
to = "/"

0 comments on commit 64d37a9

Please sign in to comment.