<!-- **IMPORTANT!** Before reporting a bug, please make sure that you have read through our documentation and you think your problem is indeed an issue related to our module. --> ### Version @nuxt/content: 1.3.1 nuxt: 2.12.2 ### Reproduction Link https://github.com/odan-sandbox/nuxtjs-content-date-hydration-reproduction ### Steps to reproduce 1. yarn 2. yarn dev 3. open localhost:3000 4. change a mode from `spa` to `universal` in `nuxt.config.js` 4. open localhost:3000 ### What is Expected? I get the same display. ### What is actually happening? I got a different display. - When `universal` mode - `Sun Jun 07 2020 03:37:06 GMT+0900 (日本標準時) object` - When `spa` mode - `2020-06-06T18:37:06.335Z string`