Skip to content

Commit

Permalink
🐛 firebase hostingで/aboutが読み込まれない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nisshi-dev committed Nov 9, 2021
1 parent f572361 commit 0df2127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
trailingSlash: true,
webpack: (config) => {
config.module.rules.push({
test: /\.svg$/,
Expand Down

0 comments on commit 0df2127

Please sign in to comment.