website: turn on observability (#38)

* website: turn on observability

* save
This commit is contained in:
Ben Senescu 2026-03-16 22:55:49 -04:00 committed by GitHub
parent abe0bf3c13
commit ba32bf994f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { createFileRoute } from "@tanstack/react-router"; import { createFileRoute } from "@tanstack/react-router";
const PLAUSIBLE_SCRIPT_URL = const PLAUSIBLE_SCRIPT_URL =
"https://plausible.io/js/pa-DllmchvGzcNdY2jEy1-Hc.js"; "https://plausible.io/js/pa-f6y3kIQsae-ldmIxlnaPu.js";
export const Route = createFileRoute("/js/script.js")({ export const Route = createFileRoute("/js/script.js")({
server: { server: {

View File

@ -10,6 +10,13 @@
}, },
"workers_dev": true, "workers_dev": true,
"preview_urls": true, "preview_urls": true,
"observability": {
"enabled": true,
"logs": {
"enabled": true,
"invocation_logs": true,
},
},
"routes": [ "routes": [
{ {
"pattern": "openseo.so", "pattern": "openseo.so",