3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Next.js で .html 拡張子のページを作る方法

Last updated at Posted at 2020-12-16

方法

Hoge.html.tsx みたいなファイル名にする

何でそんな変なことを

旧サイトに .html ありのURLがあるときにnext.jsに移行する際の話なので、0からサイトを作るときは当然必要ない
本当は .html ありへのアクセスをなしへリダイレクトするのが良いのだが、種々の事情で .html ありを残す必要があるときに使える
例) アプリのweb viewで.htmlありのURLと一致する判定が存在し、リダイレクトすると挙動を破壊するし、そちらをすぐに直せないとき

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?