Skip to content

Commit 9dd3ce6

Browse files
authored
Merge pull request #5 from Bayselonarrend/new_site_front
Icon and download links fix
2 parents dd108f2 + 4123ad0 commit 9dd3ce6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

frontend/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
description: "OneScript. Официальная документация, релизы, справка, синтакс-помощник",
1212

1313
head: [
14-
['link', { rel: 'icon', href: '/docs/favicon.ico' }]
14+
['link', { rel: 'icon', href: '/favicon.ico' }]
1515
],
1616

1717
lang: 'ru-RU',

frontend/docs/components/Releases.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ onMounted(async () => {
3535
</thead>
3636
<tbody>
3737
<tr v-for="distr of files">
38-
<td><a :href="distr.link">{{ distr.filename }}</a></td>
38+
<td><a :href="distr.link" target="_blank" rel="noopener" >{{ distr.filename }}</a></td>
3939
<td>{{ distr.distType }}</td>
4040
<td>{{ distr.arch }}</td>
4141
<td>{{ distr.modified }}</td>

0 commit comments

Comments
 (0)