Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
NUXT_PUBLIC_SITE_URL=http://localhost:3000
NUXT_SITE_ENV=preview
NUXT_PUBLIC_INKEEP_API_KEY=1cc5c5549ed34af9402c9370e3f5f3a095e6c8daafdfa955
NUXT_PUBLIC_NEWSLETTER_URL=https://product-team.directus.app/flows/trigger/webhook_id
NUXT_PUBLIC_PRODUCT_DIRECTUS_URL=https://product-team.directus.app
NUXT_IMAGE_DOMAINS="product-team.directus.app"
POSTHOG_API_KEY="phc_api_key"
POSTHOG_API_HOST="https://us.i.posthog.com"
ALGOLIA_API_KEY="api_key"
ALGOLIA_APPLICATION_ID="application_id"
26 changes: 0 additions & 26 deletions app/app.config.ts

This file was deleted.

6 changes: 6 additions & 0 deletions app/assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ pre {
svg.icon {
margin-bottom: 4px;
}
video {
width: 100%;
border-radius: var(--border-radius);
overflow: hidden;
margin-bottom: 1rem;
}
}

.section-title {
Expand Down
1 change: 1 addition & 0 deletions app/components/DefaultLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ const route = useRoute();
</HeaderHat>
<HeaderNav />
<slot />
<LayoutFooter />
</div>
</template>
Loading
Loading