Skip to content

Commit

Permalink
refine quick start section, improve gtag doc
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Jun 7, 2022
1 parent a648f67 commit de444cc
Show file tree
Hide file tree
Showing 16 changed files with 436 additions and 207 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,10 @@ yarn-error.log*
.turbo

.tsbuildinfo

/public/robots.txt
/public/sitemap*.xml

/public/**/atom.xml
/public/**/rss.xml
/public/**/feed.json
22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"build": "run-s build:*",
"build:site": "next build",
"build:sitemap": "next-sitemap --config next-sitemap.js",
"start": "next start",
"lint": "run-p lint:*",
Expand All @@ -13,22 +14,25 @@
},
"dependencies": {
"next": "12.1.6",
"next-plausible": "3.1.9",
"next-plausible": "3.2.0",
"next-seo": "5.4.0",
"nextra": "2.0.0-alpha.54",
"nextra-theme-docs": "2.0.0-alpha.54",
"prism-react-renderer": "1.3.1",
"prism-react-renderer": "1.3.3",
"prismjs": "1.28.0",
"react": "18.1.0",
"react-dom": "18.1.0"
"react-dom": "18.1.0",
"@mdx-js/react": "2.1.1",
"@next/env": "12.1.6"
},
"devDependencies": {
"@plasmohq/rps": "1.3.3",
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@types/node": "17.0.33",
"@types/react": "18.0.9",
"next-sitemap": "2.5.28",
"@types/node": "17.0.41",
"@types/react": "18.0.12",
"next-sitemap": "3.0.5",
"prettier": "2.6.2",
"typescript": "4.6.4",
"webpack": "5.72.1"
"typescript": "4.7.3",
"webpack": "5.73.0"
}
}
Loading

1 comment on commit de444cc

@vercel
Copy link

@vercel vercel bot commented on de444cc Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.