Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Update docs for Nextjs 13 App folder routes preview #27

Open
graemec23 opened this issue Dec 13, 2023 · 0 comments
Open

Update docs for Nextjs 13 App folder routes preview #27

graemec23 opened this issue Dec 13, 2023 · 0 comments

Comments

@graemec23
Copy link

Hello I was wondering if the docs could be please updated for NextJS 13 App folder routes as its a slightly different to the examples given.

Im using this as my preview code, I'm currently gettings Cors issues but am not sure the best approach to adding the headers.

import { draftMode } from 'next/headers';
import { redirect } from 'next/navigation';

export async function GET() {
  draftMode().enable();
  redirect(`/`);
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant