Skip to content

Commit

Permalink
added pathPrefix as suggested by TM
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf committed Dec 11, 2023
1 parent 347a109 commit dd2799a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/site/src/app/reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ export const reader = cache(() => {

if (branch) {
return createGitHubReader(keystaticConfig, {
// Replace the below with your repo org an name
// Replace the below with your repo org and name
repo: 'WestpacGEL/GEL-next',
pathPrefix: 'apps/site',
ref: branch,
// Assuming an existing GitHub app
token: cookies().get('keystatic-gh-access-token')?.value,
Expand Down

1 comment on commit dd2799a

@vercel
Copy link

@vercel vercel bot commented on dd2799a Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gel-next-site – ./apps/site

gel-next-site-git-main-westpacgel.vercel.app
gel-next-site.vercel.app
gel-next-site-westpacgel.vercel.app

Please sign in to comment.