fix social-app uri

This commit is contained in:
2025-06-26 19:47:24 +09:00
parent 8a8a121f4a
commit 6f1be9f2cd
4 changed files with 55 additions and 13 deletions

View File

@@ -92,6 +92,14 @@
<p>© {{ config.author }}</p>
</footer>
<script>
// Config variables from Hugo
window.OAUTH_CONFIG = {
pds: "{{ config.oauth.pds }}",
admin: "{{ config.oauth.admin }}",
collection: "{{ config.oauth.collection }}"
};
</script>
<script src="/js/ask-ai.js"></script>
<script src="/js/theme.js"></script>