mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
9 lines
285 B
JavaScript
9 lines
285 B
JavaScript
|
|
export const filterSeparator = '_'
|
|
|
|
export const sitemapLocation = './static/'
|
|
|
|
export const sitemapIndexFileName = 'sitemap-index.xml'
|
|
|
|
// https://analytics.google.com/analytics/web/#/a28434239p322931477/admin/streams/table/3835236140
|
|
export const gaMeasurementId = 'UA-28434239-22'
|