mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
## Summary Adds the layout shell for the marketing site: SEO head, analytics, nav, and footer. ## Changes (incremental from #10140) - BaseLayout.astro: SEO meta (OG/Twitter), GTM (GTM-NP9JM6K7), Vercel Analytics, ClientRouter, i18n - SiteNav.vue: Fixed nav with logo, Enterprise/Gallery/About/Careers links, COMFY CLOUD + COMFY HUB CTAs, mobile hamburger with ARIA - SiteFooter.vue: Product/Resources/Company/Legal columns, social icons ## Stack (via Graphite) - #10140 [1/3] Scaffold ← merge first - **[2/3] Layout Shell** ← this PR - #10142 [3/3] Homepage Sections ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-10141-feat-add-layout-shell-BaseLayout-SiteNav-SiteFooter-2-3-3266d73d365081aeb2d7e598943a8e17) by [Unito](https://www.unito.io)
10 lines
162 B
JSON
10 lines
162 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*", "astro.config.ts"]
|
|
}
|