We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.js
1 parent faea1a7 commit aa418a5Copy full SHA for aa418a5
2 files changed
app/composables/useRepoMeta.ts
@@ -3,7 +3,7 @@ import {
3
GITLAB_HOSTS,
4
type ProviderId,
5
type RepoRef,
6
-} from '#shared/utils/git-providers.js'
+} from '#shared/utils/git-providers'
7
8
export type RepoMetaLinks = {
9
repo: string
server/utils/readme.ts
@@ -1,7 +1,7 @@
1
import { marked, type Tokens } from 'marked'
2
import sanitizeHtml from 'sanitize-html'
import { hasProtocol } from 'ufo'
-import type { ReadmeResponse } from '#shared/types/readme.js'
+import type { ReadmeResponse } from '#shared/types/readme'
import { convertBlobToRawUrl, type RepositoryInfo } from '#shared/utils/git-providers'
/**
0 commit comments