1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 17:39:06 +00:00
Nuxt/test/mocks/paths.ts

5 lines
134 B
TypeScript
Raw Normal View History

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