Skip to content

Commit

Permalink
Merge branch 'canary' into with-stitches-example
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Sep 3, 2020
2 parents e951411 + 4048d29 commit 7648016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-zones/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using multiple zones

With Next.js you can use multiple apps as a single app using it's [multi-zones feature](https://nextjs.org/docs/advanced-features/multi-zones). This is an example showing how to use it.
With Next.js you can use multiple apps as a single app using its [multi-zones feature](https://nextjs.org/docs/advanced-features/multi-zones). This is an example showing how to use it.

- All pages should be unique across zones. For example, the `home` app should not have a `pages/blog/index.js` page.
- The `blog` app sets [`assetPrefix`](https://nextjs.org/docs/api-reference/next.config.js/cdn-support-with-asset-prefix) so that generated JS bundles are within the `/blog` subfolder.
Expand Down

0 comments on commit 7648016

Please sign in to comment.