- commit
- 373fe04
- parent
- 9b70197
- author
- Eric Bower
- date
- 2024-03-26 13:43:27 +0000 UTC
docs(pgs): copy
2 files changed,
+3,
-4
+1,
-1
1@@ -5,7 +5,7 @@ import (
2 "github.com/picosh/pico/wish/cms/config"
3 )
4
5-var maxSize = uint64(5 * shared.MB)
6+var maxSize = uint64(25 * shared.MB)
7 var maxAssetSize = int64(5 * shared.MB)
8
9 func NewConfigSite() *shared.ConfigSite {
+2,
-3
1@@ -42,7 +42,7 @@
2 <div class="box">
3 <h2 class="text-xl">Features</h2>
4 <ul>
5- <li>5MB asset storage with our free tier</li>
6+ <li>25MB asset storage with our free tier</li>
7 <li>10GB asset storage with <a href="https://pico.sh/plus">pico+</a></li>
8 <li>Terminal workflows</li>
9 <li>No client-side installation required to fully manage static sites</li>
10@@ -57,7 +57,6 @@
11 <li><a href="https://pico.sh/pgs#custom-headers">Custom headers</a></li>
12 <li><a href="https://pico.sh/pgs#single-page-applications">SPA support</a></li>
13 <li><a href="https://pico.sh/images#image-manipulation">Image manipulation API</a></li>
14- <li><a href="https://pico.sh/pgs#what-file-types-are-supported">Only web assets are supported</a></li>
15 </ul>
16 </div>
17
18@@ -69,7 +68,7 @@
19 familiar command:
20 </p>
21
22- <pre>rsync -rv public/ pgs.sh:/myproj</pre>
23+ <pre>rsync -rv public/ pgs.sh:/myproj/</pre>
24
25 <p>
26 That's it! There's no need to formally create a project, we create them