mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 00:46:29 +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',
|
||||
defer: 'true',
|
||||
'data-website-id': '86de8554-d4c9-4f2b-b62a-068b71241048',
|
||||
src: 'https://umami.toshiki.dev/umami.js',
|
||||
'data-website-id': `${process.env.UMAMI_WEBSITE_ID || ''}`,
|
||||
src: `${process.env.UMAMI_ENDPOINT || ''}`,
|
||||
},
|
||||
],
|
||||
// [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user