fix(api): revert prev. exclusion change

This commit is contained in:
taskylizard 2024-08-05 12:14:31 +00:00
parent 905c88c0d2
commit f28696f671
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
2 changed files with 2 additions and 48 deletions

View file

@ -2,12 +2,7 @@ import { fetcher } from 'itty-fetcher'
// Look inside tbe docs directory
const GITHUB_REPO = 'https://api.github.com/repos/fmhy/FMHYEdit/contents/docs/'
const EXCLUDE_FILES = [
'README.md',
'docs/index.md',
'docs/feedback.md',
'docs/posts.md'
]
const EXCLUDE_FILES = ['README.md', 'index.md', 'feedback.md', 'posts.md']
const EXCLUDE_DIRECTORIES = ['posts/']
interface File {