Skip to content

Commit

Permalink
fix(build): bundler failing due to invalid source path for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MFarabi619 committed Aug 18, 2024
1 parent 0a0c719 commit 75a2ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/search/route.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createSearchAPI } from 'fumadocs-core/search/server'
import { getPages } from '@/app/source'
import { getPages } from '@/app/docs/source'

export const { GET } = createSearchAPI('advanced', {
indexes: getPages().map(page => ({
Expand Down

0 comments on commit 75a2ec1

Please sign in to comment.