Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Oct 31, 2023
1 parent 7c5af91 commit 855d2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/app/[locale]/(root)/roadmap/content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Only one breaking change remains during the beta, [Color Palette](#-color-palett
### How to prevent version change conflicts?
When using a CDN in production, pining the current version to avoid potential conflicts due to version changes is strongly recommended, like so:
```html
<script src="https://cdn.master.co/[email protected].189"></script>
<script src="https://cdn.master.co/[email protected].190"></script>
```

### Where is the source code of the documentation?
Expand Down
2 changes: 1 addition & 1 deletion site/master.css.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from 'shared/master.css.js'
export { default } from '../../../master.css'

0 comments on commit 855d2aa

Please sign in to comment.