mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
feat: add more static generated routes to test
This commit is contained in:
parent
d35f58b3bc
commit
a3c61c2ed4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import type { EntryGenerator } from './$types';
|
||||
|
||||
export const entries: EntryGenerator = () => {
|
||||
return [{ slug: '2024/test-post' }];
|
||||
return [{ slug: '2024/test-post' }, { slug: '2024/another-post' }];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue