fix: move useMeta.ts to correct composables path #1

Closed
barnacleboy wants to merge 0 commits from fix-usemeta-path into main
Owner

The previous commit (90c7e0c) placed useMeta.ts inside a nested repo path by mistake:

apps/vdn-static/src/viossa.net/apps/vdn-static/src/composables/useMeta.ts

instead of:

apps/vdn-static/src/composables/useMeta.ts

This caused TS2307: Cannot find module ./useMeta and broke the build. This PR moves it to the correct location.

The previous commit (`90c7e0c`) placed `useMeta.ts` inside a nested repo path by mistake: ``` apps/vdn-static/src/viossa.net/apps/vdn-static/src/composables/useMeta.ts ``` instead of: ``` apps/vdn-static/src/composables/useMeta.ts ``` This caused `TS2307: Cannot find module ./useMeta` and broke the build. This PR moves it to the correct location.
barnacleboy added 1 commit 2026-05-18 11:48:38 +00:00
fix: move useMeta.ts to correct composables path
Some checks failed
Deploy to Production / deploy (push) Failing after 32s
517c33adde
File was committed inside a nested repo copy at
apps/vdn-static/src/viossa.net/apps/vdn-static/src/composables/
instead of apps/vdn-static/src/composables/
jez closed this pull request 2026-05-19 01:52:34 +00:00
Some checks failed
Deploy to Production / deploy (push) Failing after 32s

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: vinet/viossa.net#1
No description provided.