mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:25:56 +00:00
feat(env): use dotenv to process site sensitive data secretes instead of exposing at source elevating privacy and security
This commit is contained in:
parent
9aa8403706
commit
939a8e7274
@ -66,8 +66,8 @@ export const head: HeadConfig[] = [
|
|||||||
{
|
{
|
||||||
async: 'true',
|
async: 'true',
|
||||||
defer: 'true',
|
defer: 'true',
|
||||||
'data-website-id': '86de8554-d4c9-4f2b-b62a-068b71241048',
|
'data-website-id': `${process.env.UMAMI_WEBSITE_ID || ''}`,
|
||||||
src: 'https://umami.toshiki.dev/umami.js',
|
src: `${process.env.UMAMI_ENDPOINT || ''}`,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
// [
|
// [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user