Files
mteehan 3de82e3b9b Remove query-string cache-busting from static assets
Drop ?v=N version pins from all JS imports and HTML <link>/<script> tags.
Cache invalidation is now handled solely by server-side cache-control headers.
Update docs and AGENTS.md accordingly.
2026-07-28 13:50:22 +00:00

5 lines
122 B
JavaScript

import htm from '../../vendor/htm.js';
import { htmAdapter } from './vdom.js';
export const html = htm.bind(htmAdapter);