Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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