Skip to content

Commit

Permalink
chores: update data in newsletters.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adiati98 committed Nov 11, 2024
1 parent 1011683 commit ddf07d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data/newsletters.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use server';

import { handle as issue202411 } from '@/content/newsletters/2024-11';
import { handle as issue202410 } from '@/content/newsletters/2024-10';
import { handle as issue202409 } from '@/content/newsletters/2024-09';
import { handle as issue202408 } from '@/content/newsletters/2024-08';
Expand Down Expand Up @@ -48,6 +49,7 @@ import { handle as issue202102 } from '@/content/newsletters/2021-02';
import { handle as issue202101 } from '@/content/newsletters/2021-01';

const newsletters = [
{ handleData: issue202411, slug: '2024-11' },
{ handleData: issue202410, slug: '2024-10' },
{ handleData: issue202409, slug: '2024-09' },
{ handleData: issue202408, slug: '2024-08' },
Expand Down

0 comments on commit ddf07d4

Please sign in to comment.