Skip to content

Commit 61905a3

Browse files
committed
Migrate to .dev
1 parent 9026216 commit 61905a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/docs/astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export default defineConfig({
2828
{
2929
tag: "script",
3030
attrs: {
31-
"data-goatcounter": "https://json-table.counter.x0k.online/count",
31+
"data-goatcounter": "https://json-table.counter.x0k.dev/count",
3232
async: true,
33-
src: "https://json-table.counter.x0k.online/count.js",
33+
src: "https://json-table.counter.x0k.dev/count.js",
3434
},
3535
},
3636
],

apps/web/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
document.documentElement.dataset.theme = "light";
1818
}
1919
</script>
20-
<script data-goatcounter="https://json-table.counter.x0k.online/count" async
21-
src="https://json-table.counter.x0k.online/count.js"></script>
20+
<script data-goatcounter="https://json-table.counter.x0k.dev/count" async
21+
src="https://json-table.counter.x0k.dev/count.js"></script>
2222
</head>
2323

2424
<body>

0 commit comments

Comments
 (0)