fix: A1-12 functional client-side search with real PagefindUI and fragment index

This commit is contained in:
2026-05-29 10:29:42 +02:00
parent 5b619f492a
commit babae1838d
23 changed files with 1038 additions and 485 deletions

View File

@@ -7,7 +7,7 @@ defmodule BDS.CSM025HardcodedLanguagesTest do
%{language: main, blog_languages: languages}
end
defp html(path), do: {path, "<p>hello</p>"}
defp html(path), do: {path, "<article data-pagefind-body><p>hello</p></article>"}
describe "build_outputs/2 derives language prefixes from plan" do
test "no hardcoded language prefixes in source" do