more spotify, tts

This commit is contained in:
yohlo
2025-09-12 14:27:59 -05:00
parent cf09014d50
commit e20582897f
8 changed files with 50 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ const AdminPage = () => {
label="Open Pocketbase"
Icon={DatabaseIcon}
onClick={() =>
window.location.replace(import.meta.env.VITE_POCKETBASE_URL! + "/_/")
window.location.replace(process.env.POCKETBASE_URL! + "/_/")
}
/>
<ListLink