Revert "Additional categories + fix project creation" (#591)

This reverts commit 62e86f9507.
This commit is contained in:
Geometrically
2022-08-02 20:28:43 -07:00
committed by GitHub
parent 62e86f9507
commit 848e26eec6
4 changed files with 21 additions and 131 deletions

View File

@@ -1,34 +0,0 @@
<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>