From 5d153a8cfd9012b8fa80ea873df599bbe989175a Mon Sep 17 00:00:00 2001 From: Junian Triajianto Date: Wed, 24 Apr 2024 11:24:20 +0700 Subject: [PATCH] Add comment --- site/nuxt.config.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/site/nuxt.config.ts b/site/nuxt.config.ts index 2c61e14..789c772 100644 --- a/site/nuxt.config.ts +++ b/site/nuxt.config.ts @@ -42,6 +42,10 @@ export default defineNuxtConfig({ }, app: { + // If host it on https://example.com + // baseURL: '/' + // Else if host it on https://example.com/resume + // baseURL: '/resume/' baseURL: '/resume.md/', // baseURL: '//' buildAssetsDir: 'assets', // don't use "_" at the begining of the folder name to avoids head: { @@ -67,9 +71,4 @@ export default defineNuxtConfig({ pwa, - target: 'static', - - router: { - base: '/resume.md/' - } });