-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
203bc6f
commit 6442901
Showing
3 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,7 +122,8 @@ | |
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@keystatic/[email protected]": "patches/@[email protected]" | ||
"@keystatic/[email protected]": "patches/@[email protected]", | ||
"@keystatic/[email protected]": "patches/@[email protected]" | ||
} | ||
}, | ||
"browserslist": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/dist/keystatic-astro.js b/dist/keystatic-astro.js | ||
index c1369a914f3f5cd60f2a2c7b8fe5b08159bc41d5..8d539656d7d41fb96d1fb2bb84ba3ae10ad07a8f 100644 | ||
--- a/dist/keystatic-astro.js | ||
+++ b/dist/keystatic-astro.js | ||
@@ -50,7 +50,7 @@ import "@keystatic/core/ui"; | ||
// @ts-ignore | ||
entryPoint: '@keystatic/astro/internal/keystatic-api.js', | ||
entrypoint: '@keystatic/astro/internal/keystatic-api.js', | ||
- pattern: '/api/keystatic/[...params]', | ||
+ pattern: '/iran/nomansland/api/keystatic/[...params]', | ||
prerender: false | ||
}); | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.