From 52459c1df148ca989d50160939b50ae77178e8e1 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Mon, 12 Jan 2026 18:38:57 +0800 Subject: [PATCH] no message --- vuepress/docs/.vuepress/config.ts | 2 +- 部署攻略.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 部署攻略.md diff --git a/vuepress/docs/.vuepress/config.ts b/vuepress/docs/.vuepress/config.ts index d572f8c8..9fe39d3d 100644 --- a/vuepress/docs/.vuepress/config.ts +++ b/vuepress/docs/.vuepress/config.ts @@ -22,7 +22,7 @@ export default defineUserConfig({ head: [ // 配置站点图标 // ['link', { rel: 'icon', type: 'image/png', href: 'https://theme-plume.vuejs.press/favicon-32x32.png' }], - ['link', { rel: 'icon', type: 'image/png', href: 'miaobiao1.png' }], + ['link', { rel: 'icon', type: 'image/png', href: 'miaobiao2.png' }], ], bundler: viteBundler(), diff --git a/部署攻略.md b/部署攻略.md new file mode 100644 index 00000000..cdf3fbae --- /dev/null +++ b/部署攻略.md @@ -0,0 +1,5 @@ + +主要是build的时候需要权限,要改什么,当时忘记了 + 然后/etc/php/8.4/fpm/pool.d/www.conf,这里有user和group,要改成www-data + +