next.js tag

13 questions


1 answers
80 views
0
I'd like to see the formula written on Next.js blog katex.

I used remark to handle the md file, so I installed remark-math in accordance with the documentation, but now I have imported the module in import, and is it possible for Next.js to import this module...


1 answers
78 views
0
I want TypeScript to be able to write the access token in an external file (token.ts) and import and load it.

I'm blogging in Next.js.If I write Github's personal access token directly in the code, I have trouble giving the code to Github, so I try to write the access token I don't want to post in an external...


1 answers
100 views
0
How do I initialize CSS in Next.js?

Hi, how are you?I have a question while I was working on the next.js project.When developing a project other than next, I made a reset.css file like the code below and used itI wonder where to do this...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.