mirror of
https://github.com/linshenkx/prompt-optimizer.git
synced 2026-09-11 04:08:52 +08:00
- Inject Vercel Analytics for the landing site and documentation - Add Ko-fi funding metadata and README support link
13 lines
281 B
HTML
13 lines
281 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block extrahead %}
|
|
{{ super() }}
|
|
<script>
|
|
window.va = window.va || function () {
|
|
window.vaq = window.vaq || []
|
|
window.vaq.push(arguments)
|
|
}
|
|
</script>
|
|
<script defer src="/_vercel/insights/script.js"></script>
|
|
{% endblock %}
|