mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 05:33:02 -05:00
fixes
This commit is contained in:
parent
e58f9fe44e
commit
8fcc712ad1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import './reset.css';
|
||||||
const options = {
|
const options = {
|
||||||
init: {
|
init: {
|
||||||
distributed_tracing: { enabled: false },
|
distributed_tracing: { enabled: false },
|
||||||
privacy: { cookies_enabled: true },
|
privacy: { cookies_enabled: false },
|
||||||
ajax: { deny_list: ['bam.eu01.nr-data.net'] }
|
ajax: { deny_list: ['bam.eu01.nr-data.net'] }
|
||||||
},
|
},
|
||||||
loader_config: {
|
loader_config: {
|
||||||
|
|
Loading…
Reference in a new issue