Closed
Conversation
Replace @nuxtjs/tailwindcss module with @nuxt/ui (which includes Tailwind internally). Upgrade Nuxt from 3.x to 4.4.2 as required by Nuxt UI v3. Add app.config.ts with purple/slate color theme, wrap app.vue content in UApp component, and configure system color mode preference. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace custom header with UHeader, UNavigationMenu, and UButton from Nuxt UI v4. Adds dark mode toggle via useColorMode(), sticky positioning, and mobile hamburger menu via UHeader's content slot. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Migrate from @nuxt/content v2 to v3 to resolve CSS loading issues
with @nuxt/ui v4. Key changes:
- Add content.config.ts with collection schema for custom frontmatter
- Add pages/[...slug].vue catch-all to replace document-driven mode
- Replace queryContent() with queryCollection('content') API
- Replace useContent() with inject/provide pattern
- Update all layouts, components, and types for v3 property names
- Add better-sqlite3 dependency required by content v3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
In @nuxt/content v3, .path() does exact match (WHERE path = '/blog'),
not prefix match. Replace all .path('/blog/') calls with
.where('path', 'LIKE', '/blog/%') to correctly query nested content.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add @custom-variant dark for Tailwind v4 class-based dark mode - Remove conflicting top-level colorMode config (Nuxt UI handles it) - Add gap to nav menu items via UNavigationMenu ui.list - Add title/description to UHeader for mobile menu panel Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
❌ Deploy Preview for heartfelt-tiramisu-bad9b0 failed.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.