fix: harmonize main page with rest of site

This commit is contained in:
2026-02-20 19:47:07 +01:00
parent 3bbc5281e8
commit 23facaa36d
4 changed files with 10 additions and 4 deletions

View File

@@ -152,6 +152,9 @@ describe('PreviewServer', () => {
const html = await response.text();
expect(html).toContain('<div class="post">');
expect(html).toContain('<h1>Newest</h1>');
expect(html).toContain('archive-day-marker');
expect(html).toContain('03.01.2025');
expect(html).toContain('02.01.2025');
});
it('uses local CSS/JS assets and serves them from the preview server', async () => {