Skip to content

Commit

Permalink
chore: adds favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-schroeder committed Feb 8, 2024
1 parent 5825ed2 commit d4e4997
Show file tree
Hide file tree
Showing 6 changed files with 5,818 additions and 9 deletions.
10 changes: 1 addition & 9 deletions docs/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
<TheHeader />
<ContainerSection>
<TheSearch />
<main class="mt-20">
<ContentIntroduction />
<ContentInstallation />
<ContentFormat />
<ContentParse />
<ContentModify />
<ContentData />
<ContentTimezones />
</main>
<NuxtPage />
</ContainerSection>
<TheFooter />
</template>
5,798 changes: 5,798 additions & 0 deletions docs/assets/favicon.ai

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export default defineNuxtConfig({
modules: ["@nuxtjs/tailwindcss", "@vueuse/nuxt"],
app: {
head: {
title: "Tempo • Dates by FormKit",
htmlAttrs: {
class: "dark:bg-slate-900 dark:text-white",
},
Expand Down
18 changes: 18 additions & 0 deletions docs/pages/index.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<script lang="ts" setup>
definePageMeta({
title: "Tempo • By FormKit",
description: "The easiest way to work with dates in JavaScript.",
})
</script>

<template>
<main class="mt-20">
<ContentIntroduction />
<ContentInstallation />
<ContentFormat />
<ContentParse />
<ContentModify />
<ContentData />
<ContentTimezones />
</main>
</template>
Binary file modified docs/public/favicon.ico
Binary file not shown.
Binary file added docs/public/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4e4997

Please sign in to comment.