You've already forked AstralRinth
forked from didirus/AstralRinth
* SEO/Metadata cleanup May split rules changes into its own PR * Revert rules/terms changes as they are now on a separate branch * Update [searchProjectType].vue * Update terms.vue
18 lines
349 B
Vue
18 lines
349 B
Vue
<template>
|
|
<div>
|
|
<section class="universal-card">
|
|
<h2>Analytics</h2>
|
|
<p>You found a secret!</p>
|
|
<nuxt-link to="/frog" class="goto-link"> Click here for fancy graphs! </nuxt-link>
|
|
</section>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default defineNuxtComponent({
|
|
head: {
|
|
title: 'Analytics - Modrinth',
|
|
},
|
|
})
|
|
</script>
|