next-template/scriptsConfig.json
Florian Bouillon abad642e10 Updated to V2
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
2020-09-12 23:11:43 +02:00

61 lines
1.2 KiB
JSON

{
"sitemap": {
"enabled": false,
"outputPath": "./out/sitemap.xml",
"config": {
"hostname": "https://www.example.com",
"lastmodDateOnly": false,
"xmlns": {
"news": false,
"xhtml": false,
"image": false,
"video": false
}
},
"customRoutes": [
{
"url": "/",
"changefreq": "weekly",
"priority": 1.0
}
]
},
"favicons": {
"enabled": false,
"sourceFile":"./public/assets/logo.svg",
"assetsOutput": "./public/",
"tsxOutput": "./src/client/components/Favicons.tsx",
"config": {
"path": "/",
"appName": "Next Template",
"appShortName": "Next Template",
"appDescription": "Next Template",
"developerName": null,
"developerURL": null,
"dir": "auto",
"lang": "en-US",
"background": "#fff",
"theme_color": "#123456",
"appleStatusBarStyle": "black-translucent",
"display": "standalone",
"orientation": "any",
"scope": "/",
"start_url": "/",
"version": "package.json",
"logging": false,
"pixel_art": false,
"loadManifestWithCredentials": false,
"icons": {
"android": true,
"appleIcon": true,
"appleStartup": true,
"coast": true,
"favicons": true,
"firefox": true,
"windows": true,
"yandex": true
}
}
}
}