Skip to content

Commit 717b0de

Browse files
fix: move public dir (#1661)
1 parent bb07821 commit 717b0de

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

components/inspectit-ocelot-configurationserver-ui/next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const isProduction = process.env.NODE_ENV === 'production';
22

33
const nextConfig = {
44
output: 'export',
5-
distDir: '../out',
5+
distDir: './out',
66

77
// Each page will be exported as a directory
88
trailingSlash: true,

0 commit comments

Comments
 (0)