diff --git a/website/src/data/showcase/30-days-swa.png b/website/src/data/showcase/30-days-swa.png new file mode 100644 index 0000000000..06c294bce4 Binary files /dev/null and b/website/src/data/showcase/30-days-swa.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 8fac345ab9..216a183438 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -2085,6 +2085,14 @@ const Users: User[] = [ source: null, tags: ['meta'], }, + { + title: '30 Days Of SWA', + description: 'A 30-Day Developer Guide to Azure Static Web Apps', + preview: require('./showcase/30-days-swa.png'), + website: 'https://www.azurestaticwebapps.dev', + source: 'https://github.com/staticwebdev/30DaysOfSWA/tree/main/www', + tags: ['opensource', 'product'], + }, { title: 'TiDB Community Books', description: 'A website for co-created books by TiDB Community users.',