Page Not Found Error on Firebase Hosting

When I deployed a site created with Nuxt.js SSG to Firebase Hosting, I got a Page Not Found error.

2024-03-04
2022-04-05

How to use Firebase 9 with Nuxt.js

Nuxt Firebase package exists, but it is not updated from v7.5 according to the official documentation. The latest version of its package supports the modular, but the implementation of the package is not completed. If you would like to use the modular, implement it yourself.

NuxtでMarkdown記法のブログを作る

このブログはずっと LAMP 環境に WordPress を載せて運営してきたのですが,Markdown 記法を使ってオフラインで記事が書ける環境に少し憧れがありました.最近使うことが多い Nuxt.js で作ろうかと思っても DB を用意したり markdownit 等で Markdown を変換したりと面倒に感じていましたが,もっと便利に扱える @nuxt/content というパッケージがなんだかとても良さげです.ということで,@nuxt/content を使ってブログを一から作り直しました.

Firebase Hostingでウェブサイトをホスティングする

いつも Vercel(旧 Zeit / Now)か Heroku か契約中のホスティングサーバを使うことが多かったのですが,Cloud Firestore を使っていて Firebase Hosting に目が留まったので試してみました.

Firebaseを利用したログインシステムの実装

Google の BaaS である Firebase を使うと,自分でサーバ上にデータベースを構築することなく簡単に会員サイトのログインシステムが作れます.