create-payload-app 0.3.31 → 0.3.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/templates.js +3 -3
- package/package.json +1 -1
package/dist/lib/templates.js
CHANGED
|
@@ -106,19 +106,19 @@ function getValidTemplates() {
|
|
|
106
106
|
{
|
|
107
107
|
name: 'cloud-template-blank',
|
|
108
108
|
type: 'starter',
|
|
109
|
-
url: 'https://github.com/payloadcms/
|
|
109
|
+
url: 'https://github.com/payloadcms/template-blank',
|
|
110
110
|
description: 'Blank template for Payload Cloud',
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
name: 'cloud-template-website',
|
|
114
114
|
type: 'starter',
|
|
115
|
-
url: 'https://github.com/payloadcms/
|
|
115
|
+
url: 'https://github.com/payloadcms/template-website',
|
|
116
116
|
description: 'Website template for Payload Cloud',
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
name: 'cloud-template-ecommerce',
|
|
120
120
|
type: 'starter',
|
|
121
|
-
url: 'https://github.com/payloadcms/
|
|
121
|
+
url: 'https://github.com/payloadcms/template-ecommerce',
|
|
122
122
|
description: 'E-commerce template for Payload Cloud',
|
|
123
123
|
},
|
|
124
124
|
];
|