mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: fix subscription page component path
This commit is contained in:
@@ -49,10 +49,7 @@ export default function logosTheme(
|
||||
if (options.newsletterSubscription)
|
||||
args.actions.addRoute({
|
||||
path: options.newsletterSubscription.pagePath || '/subscribe',
|
||||
component: path.resolve(
|
||||
__dirname,
|
||||
'../src/client/theme/SubscriptionPage',
|
||||
),
|
||||
component: path.resolve(__dirname, './client/theme/SubscriptionPage'),
|
||||
exact: true,
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user