Skip to content

Commit

Permalink
chore: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
DavieReid committed Aug 25, 2023
1 parent f1fd49b commit b39d77b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .changeset/smooth-tables-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'@jpmorganchase/mosaic-layouts': patch
'@jpmorganchase/mosaic-site': patch
---

## Feature

Provide the ability to set the default page layout at the root of a Mosaic site. Pages without a layout in their metadata will use this layout.

```
<LayoutProvider layoutComponents={layoutComponents} defaultLayout='DetailTechnical'>
<Page/>
</LayoutProvider>
```

1 comment on commit b39d77b

@vercel
Copy link

@vercel vercel bot commented on b39d77b Aug 25, 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:

mosaic – ./

mosaic-mosaic-dev-team.vercel.app
mosaic-git-main-mosaic-dev-team.vercel.app

Please sign in to comment.