mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
7 lines
229 B
Plaintext
7 lines
229 B
Plaintext
{%- if theme.firestore.enable %}
|
|
{{ next_vendors('firebase_app') }}
|
|
{{ next_vendors('firebase_firestore') }}
|
|
{{ next_data('firestore', theme.firestore) }}
|
|
{{ next_js('third-party/statistics/firestore.js') }}
|
|
{%- endif %}
|