Skip to content

Commit 7d49efe

Browse files
committed
fix: 🐛 remove duplicate site-url
1 parent 46a6e3f commit 7d49efe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template/_quarto.yml.jinja

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ website:
1313
site-url: "https://{{ github_user }}.github.io/{{ github_repo }}/"
1414
{%- elif hosting_provider == "netlify" -%}
1515
# TODO: Set the Netlify custom domain URL
16-
site-url: ""
17-
{%- endif %}
1816
site-url: "{{ homepage }}"
17+
{%- endif %}
1918
repo-url: "https://github.com/{{ github_repo_spec }}"
2019
page-navigation: true
2120
navbar:

0 commit comments

Comments
 (0)