Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a04f84f
feat: nuxt og image v6
harlan-zw Feb 26, 2026
0198696
chore: sync
harlan-zw Feb 26, 2026
b76f0e2
Merge branch 'main' of github.com:harlan-zw/fork-npmx.dev into feat/o…
harlan-zw Feb 26, 2026
fb61483
chore: sync
harlan-zw Feb 26, 2026
b4b7ffc
chore: sync
harlan-zw Feb 26, 2026
440bdb1
chore: sync
harlan-zw Feb 26, 2026
6e89cb9
chore: sync
harlan-zw Feb 26, 2026
b366eaa
chore: sync
harlan-zw Feb 26, 2026
17e7ef7
chore: sync
harlan-zw Feb 26, 2026
6c3add5
Merge remote-tracking branch 'origin/main' into feat/og-image-v6
danielroe Feb 26, 2026
b69a6df
fix: small fixes
danielroe Feb 26, 2026
25f3f96
Merge remote-tracking branch 'origin/main' into feat/og-image-v6
danielroe Feb 26, 2026
347cbcc
chore: reorder
danielroe Feb 26, 2026
8d8a3ee
ci: bump memory
danielroe Feb 26, 2026
8e1c597
Merge remote-tracking branch 'origin/main' into feat/og-image-v6
danielroe Feb 26, 2026
2cdcc35
chore: sync
harlan-zw Feb 26, 2026
114f2e3
Merge remote-tracking branch 'origin/feat/og-image-v6' into feat/og-i…
harlan-zw Feb 26, 2026
499668f
chore: opacity
harlan-zw Feb 26, 2026
4d5afa5
fix: use utc dates, handle division by zero, + add tanstack fixture
danielroe Feb 27, 2026
b196d5a
Merge remote-tracking branch 'origin/main' into feat/og-image-v6
danielroe Feb 27, 2026
a1259f7
chore: lint
danielroe Feb 27, 2026
49a9014
fix: rename og-image snapshot for home path
danielroe Feb 27, 2026
6e62678
fix: remove UnoCSS pipeline exclude that broke a11y tests
danielroe Feb 27, 2026
9d7060c
chore: opps
danielroe Feb 27, 2026
83fa423
fix: preserve UnoCSS default pipeline excludes alongside takumi exclude
danielroe Feb 27, 2026
449232c
ci: switch browser tests to x64 runner for Takumi WASM compat
danielroe Feb 27, 2026
9800fc1
revert: restore browser test ARM runner
danielroe Feb 27, 2026
b1cae8f
chore: bump og image
harlan-zw Feb 28, 2026
81c6227
chore: bump takumi
harlan-zw Feb 28, 2026
f65e30f
Merge branch 'main' of github.com:harlan-zw/fork-npmx.dev into feat/o…
harlan-zw Feb 28, 2026
2382633
chore: sync lock
harlan-zw Feb 28, 2026
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: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
run: pnpm build:test
env:
VALIDATE_HTML: true
NODE_OPTIONS: --max-old-space-size=6144

- name: 🖥️ Test project (browser)
run: pnpm test:browser:prebuilt
Expand Down Expand Up @@ -182,6 +183,8 @@ jobs:

- name: 🏗️ Build project
run: pnpm build:test
env:
NODE_OPTIONS: --max-old-space-size=6144

- name: ♿ Accessibility audit (Lighthouse - ${{ matrix.mode }} mode)
run: pnpm test:a11y:prebuilt
Expand Down
4 changes: 4 additions & 0 deletions app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ if (import.meta.client) {
useEventListener(document, 'click', handleModalLightDismiss)
}
}
// title and description will be inferred
// this will be overridden by upstream pages that use different templates
defineOgImage('Page.takumi')
</script>

<template>
Expand Down
84 changes: 0 additions & 84 deletions app/components/OgImage/Default.vue

This file was deleted.

16 changes: 0 additions & 16 deletions app/components/OgImage/Package.d.vue.ts

This file was deleted.

Loading
Loading