shongs27 / notion-blog

CMS를 노션으로 활용한 블로그
notion-blog-shongs27.vercel.app
2 stars 0 forks source link

Hello, this is really cool. Can you tell me the detailed deployment steps? #23

Open QiHsMing opened 2 years ago

QiHsMing commented 2 years ago

Hello, this is really cool. 💯 Can you tell me the detailed deployment steps?

shongs27 commented 2 years ago

Hello! Thanks for your comment

Are you asking how it was deployed? Then, my blog is being distributed through vercel. It's a convenient service that connects to next and automatically deploy it. You can register your project here after signing up

If it's your first time deploying, you need to choose between two methods and build first

  1. Create a project from zero base

You can use tools such as Webpack, Terser, SWC etc.. I recommend the simplest, webpack

  1. Start with the framework

https://nextjs.org/docs This project was created by referring to this