This commit is contained in:
2025-04-02 16:18:23 +02:00
parent ab70c13d5b
commit 26c05f6012
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@
"version": "1.0.2",
"description": "Static site using S3 and CloudFront",
"type": "module",
"files": [
"public/*",
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",

View File

@ -17,7 +17,7 @@ export default function ProTip() {
<LightBulbIcon sx={{ mr: 1, verticalAlign: 'middle' }} />
{'Pro tip: See more '}
<Link href="https://mui.com/material-ui/getting-started/templates/">templates</Link>
{' in the Material UI documentation.'}
{' in the Material UI documentation, or lookup templates in FireClover.'}
</Typography>
);
}