Initial commit
This commit is contained in:
21
site/next.config.js
Normal file
21
site/next.config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
distDir: '../public',
|
||||
env: {
|
||||
name: 'Kasm Technologies',
|
||||
description: 'The official store for Kasm supported workspaces.',
|
||||
icon: '/img/logo.svg',
|
||||
listUrl: 'https://registry.kasmweb.com/',
|
||||
contactUrl: 'https://kasmweb.com/support',
|
||||
},
|
||||
reactStrictMode: true,
|
||||
basePath: '/kasm-registry/1.0',
|
||||
trailingSlash: true,
|
||||
images: {
|
||||
unoptimized: true,
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
Reference in New Issue
Block a user