You've already forked AstralRinth
forked from didirus/AstralRinth
Additional categories + fix project creation
This commit is contained in:
34
pages/search/resourcepacks.vue
Normal file
34
pages/search/resourcepacks.vue
Normal file
@@ -0,0 +1,34 @@
|
||||
<template>
|
||||
<div></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'ResourcePacks',
|
||||
asyncData(ctx) {
|
||||
ctx.params.projectType = 'resourcepack'
|
||||
},
|
||||
head: {
|
||||
title: 'Resource Packs - Modrinth',
|
||||
meta: [
|
||||
{
|
||||
hid: 'apple-mobile-web-app-title',
|
||||
name: 'apple-mobile-web-app-title',
|
||||
content: 'Resource Packs - Modrinth',
|
||||
},
|
||||
{
|
||||
hid: 'og:title',
|
||||
name: 'og:title',
|
||||
content: 'Resource Packs - Modrinth',
|
||||
},
|
||||
{
|
||||
hid: 'og:url',
|
||||
name: 'og:url',
|
||||
content: `https://modrinth.com/resourcepacks`,
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
Reference in New Issue
Block a user