We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f954d54 commit 7359649Copy full SHA for 7359649
app/(admin)/admin/[[...segments]]/page.tsx
@@ -2,7 +2,7 @@
2
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
3
import type { Metadata } from 'next'
4
5
-import config from 'payload.config'
+import config from '@payload-config'
6
import { RootPage, generatePageMetadata } from '@payloadcms/next/views'
7
import { importMap } from '../importMap'
8
0 commit comments