Skip to content

Commit

Permalink
feat: bring back minimal option as "completely empty"
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Apr 27, 2022
1 parent 460e28e commit 5102f43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/create-astro/src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ export const TEMPLATES = [
title: 'Portfolio',
value: 'portfolio',
},
{
title: 'Completely empty',
value: 'minimal',
},
];

0 comments on commit 5102f43

Please sign in to comment.