Skip to content

Commit

Permalink
Move website into web/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jan 27, 2024
1 parent fc40765 commit 86a6653
Show file tree
Hide file tree
Showing 46 changed files with 3,849 additions and 6,790 deletions.
18 changes: 9 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# build output
dist/
web/dist/

# generated types
.astro/
web/.astro/

# dependencies
node_modules/
web/node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
web/npm-debug.log*
web/yarn-debug.log*
web/yarn-error.log*
web/pnpm-debug.log*

# environment variables
.env
.env.production
web/.env
web/.env.production

# macOS-specific files
.DS_Store
4 changes: 0 additions & 4 deletions .vscode/extensions.json

This file was deleted.

11 changes: 0 additions & 11 deletions .vscode/launch.json

This file was deleted.

63 changes: 0 additions & 63 deletions README.md

This file was deleted.

10 changes: 6 additions & 4 deletions email-provider-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -854,9 +854,9 @@ mailProviders:
level: 0
pricing:
text: |
Free Plan - unlimited domains, aliases, and custom domains.
Free Plan - (only forwarding) unlimited domains, aliases, and custom domains.
Paid plans start from $3/mo and allow SMTP, IMAP, POP3, and API access
level: 1
level: 2
customDomain:
text: 'Yes'
level: 1
Expand All @@ -866,8 +866,10 @@ mailProviders:
(Unlimited)
level: 1
webClientAccess:
text: 'No'
level: 3
text: |
Yes (Enhanced and Team Plans)
(SMTP, IMAP, POP3)
level: 2
securityAudit:
text: 'No'
level: 3
Expand Down
Loading

0 comments on commit 86a6653

Please sign in to comment.