From de78759288cca4e49c578d360754952c39db4fb7 Mon Sep 17 00:00:00 2001 From: Rabin-2004 Date: Sun, 8 Dec 2024 17:35:20 +0545 Subject: [PATCH] Update firebase.json to use dist directory for deployment --- .firebase/hosting.ZGlzdA.cache | 5 +++++ .firebase/hosting.cHVibGlj.cache | 4 ++++ firebase.json | 2 +- package.json | 3 ++- 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .firebase/hosting.ZGlzdA.cache create mode 100644 .firebase/hosting.cHVibGlj.cache diff --git a/.firebase/hosting.ZGlzdA.cache b/.firebase/hosting.ZGlzdA.cache new file mode 100644 index 0000000..e38ae80 --- /dev/null +++ b/.firebase/hosting.ZGlzdA.cache @@ -0,0 +1,5 @@ +index.html,1733658458514,59f60275dcc176bb1685800981f7bf6ebc8614627c02d86a63447493bc98d230 +googleaf6ff678d412d6d4.html,1733658457565,4712a2c8773b63e95c928c8b4247e1262d58c3f49c165992d75f11965d4f8e06 +images/quiz.png,1733658457565,78e675b1f9132704accf71b3d530d79e7cda62d20aa82c7f23b0a91ffeb12bfc +404.html,1733658457565,6537619fa0edb6a05c3fa83265461172fea2307ecff34424f323310c8c8eb4be +assets/index-CQ-bsrLk.js,1733658458514,c8cc812b1a48db72376d0db758064ba20545783913624838030c7fbfc6e4e042 diff --git a/.firebase/hosting.cHVibGlj.cache b/.firebase/hosting.cHVibGlj.cache new file mode 100644 index 0000000..44f5828 --- /dev/null +++ b/.firebase/hosting.cHVibGlj.cache @@ -0,0 +1,4 @@ +googleaf6ff678d412d6d4.html,1733584542167,4712a2c8773b63e95c928c8b4247e1262d58c3f49c165992d75f11965d4f8e06 +404.html,1733658012282,6537619fa0edb6a05c3fa83265461172fea2307ecff34424f323310c8c8eb4be +index.html,1733585238313,7721a7ebe7ad163fe313e13c9d82c87e10723729c9e471d8119689617ee4c1ef +images/quiz.png,1733584897200,78e675b1f9132704accf71b3d530d79e7cda62d20aa82c7f23b0a91ffeb12bfc diff --git a/firebase.json b/firebase.json index e782939..059fe4f 100644 --- a/firebase.json +++ b/firebase.json @@ -1,6 +1,6 @@ { "hosting": { - "public": "public", + "public": "dist", "ignore": [ "firebase.json", "**/.*", diff --git a/package.json b/package.json index 8d79398..60f9b24 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,6 @@ "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.12.0", "vite": "^6.0.1" - } + }, + "homepage": "https://quiz-app-e02ac.web.app" }