Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
config.js 195 B
Newer Older
  • Learn to ignore specific revisions
  • peter_rabbit's avatar
    peter_rabbit committed
    module.exports = {
    
    peter_rabbit's avatar
    peter_rabbit committed
        build: {
    
    Pierre Jarriges's avatar
    Pierre Jarriges committed
            protected_dirs: ["assets", "style", "views", "standard"],
    
            default_meta_keys: ["title", "description", "image", "open_graph", "json_ld"],
    
    peter_rabbit's avatar
    peter_rabbit committed
        },
    
    peter_rabbit's avatar
    peter_rabbit committed
    };