Skip to content

Commit c8ef806

Browse files
authored
Add apple-touch-icon metatag info (#251)
1 parent b381afc commit c8ef806

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: i18n/en-US/articles/context-project.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Besides `domain`, `name` and `color` all other keys have sensible defaults gener
4040

4141
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.
4242

43+
The `head` meta tag `apple-touch-icon` will be set to your `icon-180x180.png` file.
44+
4345
If the `sitemap` key is set to true your **robots.txt** file will point the sitemap to `https://${project.domain}/sitemap.xml`.
4446

4547
The `cdn` key will prefix your asset bundles and will be available in the context so you can manually prefix other assets.

Diff for: i18n/pt-BR/articles/contexto-project.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Além de `domain`, `name` and `color` todas as outras chaves tem padrões sensí
4040

4141
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**.
4242

43+
A meta tag `apple-touch-icon` de `head` irá ser igual ao seu arquivo `icon-180x180.png`.
44+
4345
Se a chave `sitemap` estiver definida como `true` o seu arquivo **robots.txt** irá apontar o sitemap para `https://${project.domain}/sitemap.xml`.
4446

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

0 commit comments

Comments
 (0)