Files
les-briques-du-web-website/_data/project.js
Horacio Gonzalez 286a9d0d93 Initial commit
2021-05-05 11:22:00 +02:00

14 lines
370 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* @file Exposes environment variables to templates
* @author Reuben L. Lillie <reubenlillie@gmail.com>
*/
/**
* Uses Node.jss `process.env` property
* @module _data/project
* @see {@link https://www.11ty.dev/docs/data-js/#example-exposing-environment-variables Environment variables in 11ty}
*/
export default {
environment: process.env.ELEVENTY_ENV
}