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
Benjamin Singleton
2c63701152
Added typescript to workspace devdeps, removed no unused var rules from
...
tsconfig, made i18n not use top-level await, upgraded packages/made sure
they were on compatible versions
2026-04-17 20:18:41 -05:00
Benjamin Singleton
8c59485898
Auto Router, Discord Rules Page, & Vi18n lib ( #52 )
...
feat: Auto Router, Discord Rules Page, & Vi18n lib (#52 )
2026-04-04 04:03:41 -04:00
Benjamin Singleton
59674292be
feat: store locale in localStorage to persist across page loads
2026-02-10 18:36:16 -05:00
Sheldon Cooper
f3f3ce939e
feat: degoogle ( #37 )
...
* degoogle
* make the source file path a variable
2026-01-29 22:45:33 -05:00
Benjamin Singleton
cc4bef8ec4
fix: typing/dependecy/validation fixes, installed ts-reset & zod, fixed responses never being sent on invalid query params
2025-10-03 21:47:15 -04:00
Sheldon Cooper
ece6deface
Merge branch 'main' into monorepo
2025-09-11 23:28:13 -04:00
Sheldon Cooper
38919f3a5a
feat: add API
...
- try localhost:1225/search?search_term=akk
2025-09-11 23:15:08 -04:00
Sheldon Cooper
fdae502ec7
wip: add db classes; can't load SQLite driver.
2025-09-10 17:55:28 -04:00
Sheldon Cooper
2734cbcb92
chore: update pnpm-lock.yaml
2025-08-13 16:11:25 -04:00
Benjamin Singleton
6ea53dc652
feat: added vueuse for onClickOutside, upgraded functionality for hamburger menu and locale picker
2025-06-14 12:38:57 -05:00
Benjamin Singleton
f9957c2b4d
fix: updated README instructions + fixed app running issues/cross-compatibility over operating systems
2025-06-12 18:13:50 -04:00
Benjamin Singleton
4ebce1448a
feat: sample backend package w/ express
2025-06-12 18:13:50 -04:00
Benjamin Singleton
63a9019b2a
feat: sample lib & turborepo setup
2025-06-12 18:13:50 -04:00
Benjamin Singleton
4eefaa7cba
feat: setup monorepo for static frontend app (vdn-static)
2025-06-12 18:13:50 -04:00
Benjamin Singleton
e523a019d2
fix: updated README instructions + fixed app running issues/cross-compatibility over operating systems
2025-06-10 21:10:55 -05:00
Benjamin Singleton
6dc71c32cc
feat: sample backend package w/ express
2025-06-10 17:11:14 -05:00
Benjamin Singleton
100b326baf
feat: sample lib & turborepo setup
2025-06-09 23:18:42 -05:00
Benjamin Singleton
29f11689ee
feat: setup monorepo for static frontend app (vdn-static)
2025-06-09 22:23:16 -05:00