diff --git a/package.json b/package.json
index 3ad30c3..eb076b5 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/src/ProTip.tsx b/src/ProTip.tsx
index 217b5bf..db7d026 100644
--- a/src/ProTip.tsx
+++ b/src/ProTip.tsx
@@ -17,7 +17,7 @@ export default function ProTip() {
{'Pro tip: See more '}
templates
- {' in the MaterialĀ UI documentation.'}
+ {' in the MaterialĀ UI documentation, or lookup templates in FireClover.'}
);
}