Skip to content

Commit 5ce73b8

Browse files
author
Irek Nizamov
committed
add yandex metrics
1 parent ec89bab commit 5ce73b8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Upload to Deno Deploy
3030
uses: denoland/deployctl@v1
3131
with:
32-
project: "example-project" # 📝 Update the deploy project name if necessary
32+
project: "gofuture.school" # 📝 Update the deploy project name if necessary
3333
entrypoint: "./main.ts" # 📝 Update the entrypoint if necessary

Diff for: routes/_app.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default function App({ Component }: PageProps) {
1313
Domain for sale
1414
Offer a price
1515
THE BEST INNOVATION SCHOOL"
16-
1716
/>
1817
</head>
1918
<body>

Diff for: yandex_5da95ba766de6cef.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4+
</head>
5+
<body>Verification: 5da95ba766de6cef</body>
6+
</html>

0 commit comments

Comments
 (0)