feat: add navigation items for Preview and Live sites in AdminPanelProvider (#21)

Co-authored-by: jon brookes <marshyon@gmail.com>
Reviewed-on: https://codeberg.org/headshed/share-lt/pulls/21
This commit is contained in:
Jon Brookes 2026-02-15 18:10:20 +01:00
parent b6b841391c
commit 64a7d1d2f4
2 changed files with 21 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
URL='http://127.0.0.1:8000'
# URL='http://127.0.0.1:8000'
curl -X POST $URL/api/notifications/preview-site-built \
-H "Authorization: Bearer $TOKEN" \