2026-08-04 14:21:17 +08:00

8 lines
224 B
Plaintext

{%- if theme.firestore.enable %}
{{ next_data('firestore', {
collection: theme.firestore.collection,
projectId: theme.firestore.projectId
}) }}
{{ next_js('third-party/statistics/firestore.js') }}
{%- endif %}