1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 02:25:09 +00:00
conky/web/next.config.mjs

14 lines
227 B
JavaScript
Raw Normal View History

2024-04-11 15:02:27 +00:00
// @ts-check
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
publicRuntimeConfig: {
modifiedDate: new Date().toISOString(),
modifiedYear: new Date().getFullYear(),
},
}
export default nextConfig