👊 Adds default openingMethod

This commit is contained in:
Alicia Sykes 2021-10-23 01:20:07 +01:00
parent 3ac29d2a98
commit 05b5ada9fc
1 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,8 @@ module.exports = {
metaTagData: [
{ name: 'description', content: 'A simple static homepage for you\'re server' },
],
/* If no 'target' specified, this is the default opening method */
openingMethod: 'newtab',
/* Default option for Toast messages */
toastedOptions: {
position: 'bottom-center',