Commit f176674
committed
Move prerelease-subdomain from phase profiles to base/site profiles
prerelease-subdomain is a site concern (which domain am I on?), not a
phase concern (prerelease vs RC). Previously, the rc profile set it to
empty and the prerelease profile set it to 'prerelease.', which caused
the main site to link to prerelease.quarto.org during dev phase.
Now the base _quarto.yml defines prerelease-subdomain as empty (links
to quarto.org) and only _quarto-prerelease-docs.yml overrides it to
'prerelease.' for the prerelease site.1 parent c497004 commit f176674
4 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
| 709 | + | |
| 710 | + | |
709 | 711 | | |
710 | 712 | | |
711 | 713 | | |
| |||
0 commit comments