From 652c8a7d31dfcfd751d853250491ba4d33857b59 Mon Sep 17 00:00:00 2001 From: Brian Gebel Date: Wed, 24 Jan 2024 08:15:04 -0800 Subject: [PATCH] remove asset path --- site/next.config.mjs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/site/next.config.mjs b/site/next.config.mjs index 320f51c..9ad8e78 100644 --- a/site/next.config.mjs +++ b/site/next.config.mjs @@ -7,13 +7,6 @@ const nextConfig = { */ output: "export", - /** - * Set asset path prefix. This is the prefix prepended to your assets path. - * - * @see https://nextjs.org/docs/app/api-reference/next-config-js/assetPrefix - */ - assetPrefix: '/', - /** * Set base path. This is the slug of your GitHub repository. *