Skip to content

Commit

Permalink
Initial config with custom icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ron.record committed Oct 22, 2023
1 parent 9a5e801 commit b2963d0
Show file tree
Hide file tree
Showing 3 changed files 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: 'Record Technologies',
description: 'An unofficial registry for Kasm workspaces.',
icon: 'https://doctorfree.github.io/kasm-registry/1.0/sp2.png',
listUrl: 'https://doctorfree.github.io/kasm-registry/1.0/',
contactUrl: 'https://github.com/doctorfree',
},
reactStrictMode: true,
swcMinify: true,
Expand Down
Binary file added site/public/sp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/public/sp2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2963d0

Please sign in to comment.