Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(marketplace): Add unhead to get page specific title and meta des… #1210

Merged
merged 9 commits into from
Mar 4, 2024
3 changes: 3 additions & 0 deletions frontend/marketplace/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ module.exports = {
parserOptions: {
ecmaVersion: "latest",
},
rules: {
"vue/multi-word-component-names": "off",
},
};
2 changes: 1 addition & 1 deletion frontend/marketplace/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Empower Market</title>
<title>Plastic credits marketplace - Empower Market</title>
</head>
<body>
<div id="app"></div>
Expand Down
138 changes: 138 additions & 0 deletions frontend/marketplace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@keplr-wallet/types": "0.12.64",
"@logto/vue": "2.2.1",
"@segment/analytics-next": "1.63.0",
"@unhead/vue": "^1.8.10",
"@vue/apollo-composable": "4.0.1",
"@vue/apollo-option": "4.0.0",
"@vuepic/vue-datepicker": "7.4.1",
Expand Down
103 changes: 0 additions & 103 deletions frontend/marketplace/src/components/AuctionCard.vue

This file was deleted.

Loading
Loading