mirror of
https://github.com/fmhy/edit.git
synced 2026-01-11 02:46:16 +00:00
fix(style): scss, linting, fixes
This commit is contained in:
@@ -132,7 +132,13 @@ export const headers: Header = {
|
||||
}
|
||||
} as const
|
||||
|
||||
export const excluded = ['readme.md', 'single-page', 'feedback.md', 'index.md']
|
||||
export const excluded = [
|
||||
'readme.md',
|
||||
'single-page',
|
||||
'feedback.md',
|
||||
'index.md',
|
||||
'sandbox.md'
|
||||
]
|
||||
|
||||
export function getHeader(id: string) {
|
||||
const title =
|
||||
|
||||
Reference in New Issue
Block a user