Skip to content

Commit 7359649

Browse files
fix: Update admin page to use @payload-config path alias
Co-Authored-By: Nathan Clevenger <nateclev@gmail.com>
1 parent f954d54 commit 7359649

File tree

1 file changed

+1
-1
lines changed
  • app/(admin)/admin/[[...segments]]

1 file changed

+1
-1
lines changed

app/(admin)/admin/[[...segments]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
33
import type { Metadata } from 'next'
44

5-
import config from 'payload.config'
5+
import config from '@payload-config'
66
import { RootPage, generatePageMetadata } from '@payloadcms/next/views'
77
import { importMap } from '../importMap'
88

0 commit comments

Comments
 (0)