We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4298af commit f5c5ed1Copy full SHA for f5c5ed1
TODO.md
@@ -1,5 +1,6 @@
1
# To Do
2
3
+- [ ] library -> collection/pattern
4
- [ ] copy to clipboard for variations
5
- [ ] search.html
6
- [ ] test button for variations
app/routes/sitemap[.]xml.tsx
@@ -16,7 +16,7 @@ export async function loader() {
16
lines.push(urlLine('/library/tags.html'));
17
lines.push(urlLine('/search.html'));
18
19
- initialize();
+ await initialize();
20
for (const entry of getAll()) {
21
lines.push(urlLine(`/library/${entry.handle}/`));
22
}
0 commit comments