@vexcms/core 0.0.14 → 0.0.16

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/index.js CHANGED
@@ -523,7 +523,7 @@ function buildSiteMetadata(props) {
523
523
 
524
524
  // src/config/sanitizeConfig.ts
525
525
  function sanitizeConfigForClient(config) {
526
- const { media, ...rest } = config;
526
+ const { media, access: _access, ...rest } = config;
527
527
  return {
528
528
  ...rest,
529
529
  collections: rest.collections.map((collection) => {