Nuxt/test/mocks/paths.ts

5 lines
134 B
TypeScript
Raw Permalink Normal View History

import { joinURL } from 'ufo'
export const baseURL = () => '/'
export const buildAssetsURL = (url: string) => joinURL('/_nuxt', url)