2つ目の記事だよ22222222222222
あああああああああああああああああ
2つ目の記事を投稿します。どうなるのかなー。
ちゃんと出るようになった
ちゃんと出るようになった。
next.config.jsを以下のように変更したらうまくいった。
const withNextra = require('nextra')('nextra-theme-blog', './theme.config.js')
module.exports = withNextra({
async headers() {
return [
{
source: "/(.*)",
headers: [
{
key: "Cache-Control",
value: "no-store, max-age=0",
},
],
},
]
},
})
これで出るようになったかな。
© lv45.work.RSS