Skip to content

Commit

Permalink
First deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenk Dragar committed Oct 14, 2023
1 parent 333438f commit 73ea258
Show file tree
Hide file tree
Showing 4 changed files with 3,222 additions and 27 deletions.
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"autoprefixer": "10.4.15",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"firebase": "^10.4.0",
"firebase": "^10.5.0",
"next": "13.5.3",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}
}
}
1 change: 1 addition & 0 deletions src/firebase/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const firebaseConfig = {
storageBucket: process.env.NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET,
messagingSenderId: process.env.NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID,
appId: process.env.NEXT_PUBLIC_FIREBASE_APP_ID,
measurementId:process.env.NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID
};

// Initialize Firebase
Expand Down
Loading

1 comment on commit 73ea258

@vercel
Copy link

@vercel vercel bot commented on 73ea258 Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

besus-ted-ai – ./

besus-ted-ai-git-main-frenkd.vercel.app
besus-ted-ai.vercel.app
besus-ted-ai-frenkd.vercel.app

Please sign in to comment.