Remove mentions of deprecated paths & files

This commit is contained in:
rhld16 2024-12-01 16:08:01 +00:00 committed by nbats
parent 6a916a0592
commit 481fc20e42
10 changed files with 14 additions and 19 deletions

View file

@ -22,7 +22,7 @@ import { transforms } from './transformer'
// @unocss-include
const baseUrl = process.env.GITHUB_ACTIONS ? '/FMHYedit' : '/'
const baseUrl = process.env.GITHUB_ACTIONS ? '/edit' : '/'
export default defineConfig({
title: 'FMHY',
description: meta.description,
@ -155,7 +155,7 @@ export default defineConfig({
copyright: `© ${new Date().getFullYear()}, Estd 2018`
},
editLink: {
pattern: 'https://github.com/fmhy/FMHYEdit/edit/main/docs/:path',
pattern: 'https://github.com/fmhy/edit/edit/main/docs/:path',
text: '📝 Edit this page'
},
outline: 'deep',