diff --git a/helpers/get-site-url.js b/helpers/url.js similarity index 100% rename from helpers/get-site-url.js rename to helpers/url.js diff --git a/nuxt.config.js b/nuxt.config.js index f71fff9..2a72b7e 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,7 +1,7 @@ import { promises as fs } from 'fs' import pkg from './package.json' -import { getSiteUrl } from '~/helpers/get-site-url.js' +import { getSiteUrl } from '~/helpers/url.js' import { publicRuntimeConfig } from '~/helpers/public-runtime-config.mjs'