Update src/pages/StatusPage.vue

This commit is contained in:
Frank Elsinga
2025-12-25 02:18:58 +01:00
committed by GitHub
parent df3757f33c
commit bd99622069
-26
View File
@@ -1,29 +1,3 @@
<script setup>
// Analytics options
const analyticsOptions = [
{
name: "None",
value: null
},
{
name: "Google",
value: "google"
},
{
name: "Umami",
value: "umami"
},
{
name: "Plausible",
value: "plausible"
},
{
name: "Matomo",
value: "matomo"
}
];
</script>
<template>
<div v-if="loadedTheme" class="container mt-3">
<!-- Sidebar for edit mode -->