Skip to content

Commit

Permalink
Add apple-touch-icon metatag info (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviokicis authored Mar 6, 2023
1 parent b381afc commit c8ef806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions i18n/en-US/articles/context-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Besides `domain`, `name` and `color` all other keys have sensible defaults gener

If you do not declare the `icons` key, Nullstack will scan any icons with the name following the pattern "icon-[WIDTH]x[HEIGHT].png" in your **public** folder.

The `head` meta tag `apple-touch-icon` will be set to your `icon-180x180.png` file.

If the `sitemap` key is set to true your **robots.txt** file will point the sitemap to `https://${project.domain}/sitemap.xml`.

The `cdn` key will prefix your asset bundles and will be available in the context so you can manually prefix other assets.
Expand Down
2 changes: 2 additions & 0 deletions i18n/pt-BR/articles/contexto-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Além de `domain`, `name` and `color` todas as outras chaves tem padrões sensí

Se você não declarar a chave `icons`, Nullstack irá escanear quaisquer ícones com o nome seguindo o padrão "icon-[LARGURA]x[ALTURA].png" na sua pasta **public**.

A meta tag `apple-touch-icon` de `head` irá ser igual ao seu arquivo `icon-180x180.png`.

Se a chave `sitemap` estiver definida como `true` o seu arquivo **robots.txt** irá apontar o sitemap para `https://${project.domain}/sitemap.xml`.

A chave `cdn` irá prefixar seu pacote de assets e ficará disponível no contexto para que você possa manualmente prefixar outros ativos.
Expand Down

0 comments on commit c8ef806

Please sign in to comment.