Click Stackblitz to install.
- From the terminal:
npm start
- If necessary, change embedded browser port from 3001 to 8080
Notice the shortcode now
renders properly whenever it's not the result of a Javascript function.
"dependencies": {
"@11ty/eleventy": "^0.12.1"
}
to:
"dependencies": {
"@11ty/eleventy": "1.0.0-canary.44"
}
> npm install
> npm start`
Notice the result for _data/globalDataJsonNow.json
no longer renders today's date.