firebase/friendlyeats-web#257
こちらにも記載したのですが、CodeLabの手順5まで実行しhostをたてました。
https://firebase.google.com/codelabs/firestore-web?hl=ja#4
ところが、
vanilla-jsディテクトリ内にあるindex.htmlではなく、public/index.htmlを参照してしまいます。
以下を試しても直せませんでした。
firebase.json のhosting:public を変更
vanilla-js/index.htmlをパブリックディテクトリ内に移動
修正方法を教えて欲しいです。
firebase/friendlyeats-web#257
こちらにも記載したのですが、CodeLabの手順5まで実行しhostをたてました。
https://firebase.google.com/codelabs/firestore-web?hl=ja#4
ところが、
vanilla-jsディテクトリ内にあるindex.htmlではなく、public/index.htmlを参照してしまいます。
以下を試しても直せませんでした。
firebase.json のhosting:public を変更
vanilla-js/index.htmlをパブリックディテクトリ内に移動
修正方法を教えて欲しいです。