You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/next/template-hierarchy/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Astro Template HIerarchy and Data fetching w/URQL Example
1
+
# Next.js Template Hierarchy and Data fetching w/URQL Example
2
2
3
-
In this example we show how to implement the WP Template Hierarchy in Astro for use with a Headless WordPress backend using WPGraphQL. We use URQL for all routing and fetching page content.
3
+
In this example we show how to implement the WP Template Hierarchy in Next.js for use with a headless WordPress backend using WPGraphQL. We use URQL for all routing and fetching page content.
4
4
5
5
## Getting Started
6
6
@@ -11,7 +11,7 @@ In this example we show how to implement the WP Template Hierarchy in Astro for
11
11
2. Run `npm run example:start` to start the WP server and Astro development server.
12
12
13
13
> [!NOTE]
14
-
> When you kill the long running process this will not shutdown the local WP instance, only Astro. You must run `npm run example:stop` to kill the local WP server.
14
+
> When you kill the long running process this will not shutdown the local WP instance, only Next.js. You must run `npm run example:stop` to kill the local WP server.
0 commit comments