Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolaea authored Dec 10, 2024
1 parent 0b8e83d commit 702d40d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions site/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

const nextConfig = {
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',
name: 'Arriola Kasm',
description: 'Arriola Kasm workspaces.',
icon: 'https://arriolaea.github.io/kasm-registry/1.0/Kasm-images.jpg',
listUrl: 'https://arriolaea.github.io/kasm-registry/',
contactUrl: 'https://github.com/arriolaea/kasm-registry/issues',
},
reactStrictMode: true,
swcMinify: true,
Expand Down

0 comments on commit 702d40d

Please sign in to comment.