Skip to content

Commit

Permalink
feat(site/blog): update dependencies and remove sitemap in public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
qhanw committed Jan 5, 2024
1 parent 976095e commit f336d6c
Show file tree
Hide file tree
Showing 6 changed files with 583 additions and 778 deletions.
13 changes: 1 addition & 12 deletions site/blog/next.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
// 后期可能不再需要
// issue: https://github.com/antfu/shikiji/issues/13
webpack: function (config) {
config.module.rules.push({
test: /\.m?js$/,
type: "javascript/auto",
resolve: { fullySpecified: false, },
});
return config;
},
}
const nextConfig = {}

module.exports = nextConfig
30 changes: 15 additions & 15 deletions site/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"clean": "rm -rf .next && rm -rf node_modules"
},
"dependencies": {
"clsx": "^2.0.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"gray-matter": "^4.0.3",
"next": "14.0.3",
"next": "14.0.4",
"next-mdx-remote": "^4.4.1",
"nextjs-toploader": "^1.6.4",
"photoswipe": "^5.4.3",
Expand All @@ -22,7 +22,7 @@
"react-use": "^17.4.2",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-shikiji": "^0.7.6",
"rehype-shikiji": "^0.9.17",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
Expand All @@ -31,19 +31,19 @@
"remark-toc": "^9.0.0"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.1.15",
"@iconify-json/ri": "^1.1.15",
"@types/node": "20.10.3",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@unocss/postcss": "^0.58.0",
"@iconify-json/heroicons": "^1.1.19",
"@iconify-json/ri": "^1.1.18",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@unocss/postcss": "^0.58.3",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.16",
"eslint": "8.55.0",
"eslint-config-next": "14.0.3",
"postcss": "8.4.32",
"sass": "^1.69.5",
"typescript": "5.3.2",
"unocss": "^0.58.0"
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"postcss": "8.4.33",
"sass": "^1.69.7",
"typescript": "5.3.3",
"unocss": "^0.58.3"
}
}
Loading

1 comment on commit f336d6c

@vercel
Copy link

@vercel vercel bot commented on f336d6c Jan 5, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

qhan – ./

qhan.wang
www.qhan.wang
qhan-qhanw.vercel.app
qhan-git-main-qhanw.vercel.app

Please sign in to comment.