Deploy
deploy
setup
Before You Read
Setup blog url
blog.config.ts
blogInfo.url
: Change to url to deployblogInfo.Google AnalyticsID
:GA
can be activated through issued ID- an example
const blogInfo: BlogInfoType = { url: "https://next-your-home-guide.vercel.app", googleAnalyticsID: "YOUR_GA_ID", siteName: "next your home guide", subtitle: "follw this guideline", copyright: `${ authorInfo.name }© }© All rights reserved ${new Date().getFullYear()}.`, language: "ko", }
ts
public/robots.txt
- Put the url to be distributed in the
Sitemap
- an example
User-agent: * Allow: / Sitemap: https://next-your-home-guide.vercel.app/sitemap.xml
txt
-
Apply Google Analytics (optional)
- Log in to Google Analytics
- Create a new Google Analytics 4 property
- Enter the generated
Google Analytics ID
intoblogInfo.Google Analytics ID
Learn more about blog settings
Author Information
✒️at
authorInfo
name
: The author's nicknamecurrentState
: Lets you write down the current statecurrentGoal
: Write down your current goalsContacts
: Write down how you can contact the author- email, github, youtube, facebook, instagram, linkedin, twitter
logoImageUrl
: The author's logo path displayed in the profilebannerImageUrl
: The path of the banner image to be displayed when shared externallyfaviconUrl
: This is the favicon path
Blog Information
✒️at
blogInfo
siteName
: Blog NameSubtitle
: A description of the bloglanguage
: Write down which languages you support
Number of blog posts
✒️at
config
postPerCategoryPage
: Adjusts the number of posts to be displayed on one page of the categorynumberOfLatestPost
: Adjusts the latest number of posts
Ready to deploy!
danpacho
•
2022년 07월 29일
•
Thanks For Reading !
Adding blog to Google Search Console
Deploy via vercel