* Fix spacing issues on mobile * Added back linting on modules directory. Please don't look at the dirty fixes :x * Add support for responsive ads. * Add lazy loading of images.
7 lines
161 B
JavaScript
7 lines
161 B
JavaScript
export const DEFAULT_OPTIONS = {
|
|
enabled: false,
|
|
script_url: 'https://example.com',
|
|
tracking_code: 'xxx',
|
|
}
|
|
export const UNAMI_LIB_TAG_ID = 'unami-import'
|