Skip to content

Commit

Permalink
removed content
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed May 27, 2024
1 parent 87a83a1 commit dfd0c7f
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 1,525 deletions.
6 changes: 0 additions & 6 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,5 @@ const validatorDetail = computed(() => !!route.params.address)
<main flex-1>
<NuxtPage />
</main>

<footer self-center pb-40>
Learn about the <NuxtLink :to="`/vts`" text-blue arrow>
Validator Trust Score
</NuxtLink>
</footer>
</div>
</template>
116 changes: 0 additions & 116 deletions content/vts.md

This file was deleted.

8 changes: 0 additions & 8 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default defineNuxtConfig({
'@nuxt/eslint',
'@nuxthub/core',
'@nuxt/image',
'@nuxt/content',
],

hub: {
Expand Down Expand Up @@ -97,11 +96,4 @@ export default defineNuxtConfig({
},
],
},

content: {
markdown: {
remarkPlugins: ['remark-math'],
rehypePlugins: ['rehype-mathjax'],
},
},
})
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"devDependencies": {
"@antfu/eslint-config": "^2.17.0",
"@nimiq/identicons": "^1.6.2",
"@nuxt/content": "^2.12.1",
"@nuxt/eslint": "^0.3.12",
"@nuxt/image": "^1.7.0",
"@nuxtjs/color-mode": "^3.4.1",
Expand All @@ -45,10 +44,9 @@
"drizzle-zod": "^0.5.1",
"eslint": "^9.2.0",
"eslint-plugin-format": "^0.1.1",
"katex": "^0.16.10",
"lint-staged": "^15.2.4",
"nimiq-css": "^0.0.103",
"rehype-mathjax": "^6.0.0",
"remark-math": "^6.0.0",
"simple-git-hooks": "^2.11.1",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
Expand Down
Loading

0 comments on commit dfd0c7f

Please sign in to comment.