Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Jun 17, 2024
1 parent b66b55d commit f924a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal
2 changes: 1 addition & 1 deletion site/app/[locale]/roadmap/content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ In conclusion, Master CSS is nearly stable, the biggest reason we haven't releas
<div className='bg:canvas b:1|line-lightest p:3x|8x r:1x mt:2x'>
When using a CDN in production, pining the current version to avoid potential conflicts due to version changes is strongly recommended, like so:
<Code lang="html">
{`<script src="https://cdn.master.co/css-runtime@${process.env.NEXT_PUBLIC_VERSION}"></script>`}
{`<script src="https://cdn.master.co/css-runtime@${process.env.NEXT_PUBLIC_VERSION}"></script>`}
</Code>
</div>
</details>
Expand Down

0 comments on commit f924a7f

Please sign in to comment.