@rmdes/indiekit-endpoint-homepage 1.0.8 → 1.0.9

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.
@@ -34,7 +34,7 @@ export async function getConfig(application) {
34
34
  */
35
35
  export async function saveConfig(application, config) {
36
36
  const collection = getCollection(application);
37
- const now = new Date();
37
+ const now = new Date().toISOString();
38
38
 
39
39
  const document = {
40
40
  _id: "homepage",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-homepage",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Homepage builder endpoint for Indiekit. Configure layout, sections, and sidebar widgets from the admin UI.",
5
5
  "keywords": [
6
6
  "indiekit",