diff --git a/next-env.d.ts b/next-env.d.ts index b87975d..9edff1c 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./dist/dev/types/routes.d.ts"; +import "./.next/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information. diff --git a/src/app/apps/app/AIEditorLink.tsx b/src/app/apps/app/AIEditorLink.tsx index a759897..fda5afa 100644 --- a/src/app/apps/app/AIEditorLink.tsx +++ b/src/app/apps/app/AIEditorLink.tsx @@ -35,7 +35,7 @@ export const AIEditorLink = (props: Props) => { folder = folder.slice(0, -1); } let baseUri = location.origin; - const openUrl = `${baseUri}/root/ai-pages/ai-editor/?folder=${folder}/`; + const openUrl = `${baseUri}/root/codepod/?folder=${folder}/`; openLink(openUrl, '_blank'); }}>