Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 0f81986

Browse files
committed
Fix head attr for version pages
1 parent bc54e53 commit 0f81986

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pages/_type/_id/version/_version/index.vue

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,6 @@
44
<script>
55
export default {
66
auth: false,
7-
head: {
8-
title: 'Mods - Modrinth',
9-
meta: [
10-
{
11-
hid: 'apple-mobile-web-app-title',
12-
name: 'apple-mobile-web-app-title',
13-
content: 'Mods',
14-
},
15-
{
16-
hid: 'og:title',
17-
name: 'og:title',
18-
content: 'Mods',
19-
},
20-
{
21-
hid: 'og:url',
22-
name: 'og:url',
23-
content: `https://modrinth.com/mods`,
24-
},
25-
],
26-
},
277
}
288
</script>
299

0 commit comments

Comments
 (0)