Skip to content

Commit a6d98e9

Browse files
moqmarashimokawa
authored andcommitted
Change configuration-url for announcements to be relative (so prod & test are separate)
1 parent 987cc44 commit a6d98e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/repolist.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
v-cloak
2222
>
2323
<div>
24-
<codeberg-announcement-widget configuration-url="https://raw.codeberg.page/Codeberg/Announcements/announcements.toml"></codeberg-announcement-widget>
24+
<codeberg-announcement-widget configuration-url="/Codeberg/Announcements/raw/branch/main/announcements.toml"></codeberg-announcement-widget>
2525
<div v-if="!isOrganization" class="ui two item tabable menu" style="margin-top: 0">
2626
<a :class="{item: true, active: tab === 'repos'}" @click="changeTab('repos')">{{.i18n.Tr "repository"}}</a>
2727
<a :class="{item: true, active: tab === 'organizations'}" @click="changeTab('organizations')">{{.i18n.Tr "organization"}}</a>

0 commit comments

Comments
 (0)