Skip to content
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: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "your-firebase-project-id"
"default": "noahjs-template"
}
}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ Thumbs.db

# Tests
coverage

# Log
*.log

# Firebase
.firebase
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
O template Next.js moderno e opinativo para iniciar projetos rapidamente, seguindo as melhores práticas do mercado.

<div align="center">
<img src="public/images/logo-banner.png" alt="Logo" />
<img src="public/images/banner.png" alt="Logo" />
</div>

## ⚡ Stack Tecnológica
Expand Down
Loading