Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add February 2024 newsletter to the website #1128

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading