mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 08:12:23 +10:00
Remove mentions of deprecated paths & files
This commit is contained in:
parent
6a916a0592
commit
481fc20e42
10 changed files with 14 additions and 19 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue