viossa.net/apps/vdn-static
BarnacleBoy 661cfc8f2e fix: resolve TypeScript compilation errors for build
- Added pinia dependency (was missing from package.json)
- Relocated useMeta.ts from incorrect nested path to correct location
- Renamed route-meta.d.ts to route-meta.ts for module augmentation + exports
- Fixed RouteMeta imports to use vue-router (augmented interface)
- Added isMetaFunction type guard for callable type narrowing
- Simplified OG/twitter tags to static strings (crawlers don't send locale headers)
- Exported MetaConfig from useI18nMeta.ts
- Added robots property to I18nMetaConfig
- Fixed union type property access in drupal-meta.ts with Array.isArray guard
- Fixed definePage import source (unplugin-vue-router/runtime)
- Removed Twitter-specific meta tags (fall back to OG)
2026-05-15 08:58:40 +00:00
..
docs feat(i18n,drupal): consolidate locale codes and add Drupal infrastructure 2026-05-15 07:07:28 +00:00
public feat: setup monorepo for static frontend app (vdn-static) 2025-06-12 18:13:50 -04:00
src fix: resolve TypeScript compilation errors for build 2026-05-15 08:58:40 +00:00
.env.example feat: add Drupal JSON:API service layer 2026-05-14 19:40:54 +00:00
eslint.config.js Auto Router, Discord Rules Page, & Vi18n lib (#52) 2026-04-04 04:03:41 -04:00
index.html Auto Router, Discord Rules Page, & Vi18n lib (#52) 2026-04-04 04:03:41 -04:00
package-lock.json feat: setup monorepo for static frontend app (vdn-static) 2025-06-12 18:13:50 -04:00
package.json fix: resolve TypeScript compilation errors for build 2026-05-15 08:58:40 +00:00
tsconfig.app.json Added typescript to workspace devdeps, removed no unused var rules from 2026-04-17 20:18:41 -05:00
tsconfig.json Auto Router, Discord Rules Page, & Vi18n lib (#52) 2026-04-04 04:03:41 -04:00
tsconfig.node.json feat: setup monorepo for static frontend app (vdn-static) 2025-06-12 18:13:50 -04:00
vite.config.ts Auto Router, Discord Rules Page, & Vi18n lib (#52) 2026-04-04 04:03:41 -04:00