From 9c808cb16c4cd71964ef0124c47b903db248f87c Mon Sep 17 00:00:00 2001 From: Jaydan Urwin Date: Wed, 6 Mar 2024 11:35:52 -0700 Subject: [PATCH] firebase hosting for preview --- .firebaserc | 14 +------------- firebase.json | 9 ++++----- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/.firebaserc b/.firebaserc index 8afd220b..db245e50 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,18 +1,6 @@ { "projects": { - "default": "little-sticks" - }, - "targets": { - "little-sticks": { - "hosting": { - "odyssey-theme": [ - "odyssey-theme" - ], - "www": [ - "little-sticks" - ] - } - } + "default": "sapling-supply" }, "etags": {} } \ No newline at end of file diff --git a/firebase.json b/firebase.json index a6d48aaf..6da2707b 100644 --- a/firebase.json +++ b/firebase.json @@ -1,12 +1,11 @@ { - "hosting": [ - { - "target": "odyssey-theme", + "hosting": { + "site": "odyssey-theme-sapling", "public": "dist", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ] - }] -} + } +} \ No newline at end of file