2022-11-18 21:38:41 +01:00

6 lines
98 B
JavaScript

var configs = {
insertMethod: 'append',
insertSelector: 'body'
};
export default configs;