Skip to content

Commit

Permalink
docs: Add February 2024 newsletter to the website (#1128)
Browse files Browse the repository at this point in the history
* Add February 2024 newsletter

* Update data in newsletters.ts
  • Loading branch information
adiati98 authored Feb 27, 2024
1 parent 548330a commit dc852c7
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/data/newsletters.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { handle as issue202402 } from '~/routes/__frontend/newsletter/issues/2024-02';
import { handle as issue202401 } from '~/routes/__frontend/newsletter/issues/2024-01';
import { handle as issue202312 } from '~/routes/__frontend/newsletter/issues/2023-12';
import { handle as issue202311 } from '~/routes/__frontend/newsletter/issues/2023-11';
Expand Down Expand Up @@ -37,6 +38,7 @@ import { handle as issue202102 } from '~/routes/__frontend/newsletter/issues/202
import { handle as issue202101 } from '~/routes/__frontend/newsletter/issues/2021-01';

const newsletters = [
{ handleData: issue202402, slug: '2024-02' },
{ handleData: issue202401, slug: '2024-01' },

{ handleData: issue202312, slug: '2023-12' },
Expand Down
Loading

0 comments on commit dc852c7

Please sign in to comment.