Skip to content

Commit

Permalink
chore: adds fathom
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-schroeder committed Feb 13, 2024
1 parent 0828043 commit b1278d0
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/components/TheFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,26 @@
@FormKit
</a>
</li>
<li class="mb-2">
<a
href="https://x.com/jpschroeder"
class="hover:text-slate-500 flex items-center gap-2 dark:hover:text-purple-300"
>
<svg
width="1200"
height="1227"
viewBox="0 0 1200 1227"
fill="currentColor"
class="h-5 w-auto"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z"
/>
</svg>
@jpschroeder
</a>
</li>

<li class="mb-2">
<a
Expand Down
10 changes: 9 additions & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ const description =

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
modules: ["@nuxtjs/tailwindcss", "@vueuse/nuxt", "@nuxtjs/color-mode"],
modules: [
"@nuxtjs/tailwindcss",
"@vueuse/nuxt",
"@nuxtjs/color-mode",
"nuxt-fathom",
],
fathom: {
siteId: "SJEMUVGK",
},
app: {
head: {
title: "Tempo • Dates by FormKit",
Expand Down
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@vueuse/core": "^10.7.2",
"@vueuse/nuxt": "^10.7.2",
"nuxt": "^3.10.0",
"nuxt-fathom": "^0.0.1",
"vitest": "^1.2.2"
},
"dependencies": {
Expand Down
18 changes: 18 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit b1278d0

Please sign in to comment.