Why not easily enable HTTPS in your next project? This guide clearly explains how to set it up in Next.js and provides step-by-step instructions for creating certificates for custom domains. A must-read for anyone looking to create a secure development environment!
26 Posts (1 - 10)
VSCodeでchezmoiのシェルテンプレートファイルを編集する際に、拡張子が`.sh.tmpl`のファイルを`shellscript`に関連付ける方法を紹介します。
I have created an enhanced version of the typescript-action template that uses renovate to keep the library up to date, generates changelogs automatically, and uses changesets for version management.
From version 13.4 of Next.js, the app folder becomes officially available, but it seems that the Cold Start issue for serverless functions has not been resolved. In cases where caching is not possible and SSR (Server-Side Rendering) is required every time, let's render at the Edge instead of using Node.js for rendering.
When upgrading a library or refactoring, checking a responsive website's PC size, tablet size, mobile size, and combinations of Chrome, Firefox, and Safari can be too much of a burden. Let's automate testing using Playwright Visual Comparison and Github Actions.
It's common to develop a website and a blog in separate technology stacks and projects. However, deploying them directly under the same domain can be problematic. I'd like to share this quite complicated how to with you.
I've migrated my homepage from GatsbyJS to Next.js. GatsbyJS was the top of the SSG frameworks in my opinion, even with Next.js, but time flies, everything changed a lot. I'd like to share my thoughts about GatsbyJS and Next.js in past and now.
Install Remix You will get a peerDependencies error, but you can ignore it. Then set up your own preferences as usual. Basic version of…
After reading Anthony Fu’s Reimagine Atomic CSS blog, I’m starting to want to use UnoCSS. Right now, I’m planning to migrate my HP & blog…
not like `gatsby-plugin-mdx`, it's not easy to add `copy button` to code block. So, I wrote this plugin -- [gatsby-remark-prismjs-copy-button](https://github.com/thundermiracle/gatsby-remark-prismjs-copy-button). Let's see how to make it work.