From 45b274fb1e0608f8e5861e76cbfb265a1348b666 Mon Sep 17 00:00:00 2001 From: Marcin Kondrat Date: Wed, 29 Nov 2023 16:20:36 +0100 Subject: [PATCH] Update next.config.js --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 872cfd1..4fb35bc 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', - assetPrefix: '', + assetPrefix: 'https://knio.assts.tech/', }; module.exports = nextConfig;