From c8a91781591a4965082226616c3237bbf0c7e863 Mon Sep 17 00:00:00 2001 From: plushdohn Date: Mon, 25 Dec 2023 17:26:35 +0100 Subject: [PATCH] chore: change base url to include www --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index a2323ca..918fbd7 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,4 +1,4 @@ -const URL = "https://liar.wtf"; +const URL = "https://www.liar.wtf"; // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({