Skip to content

Commit

Permalink
chore(landing): improve integraions section (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
MellKam authored Aug 18, 2023
1 parent 37189fd commit 5b1ba03
Show file tree
Hide file tree
Showing 12 changed files with 100 additions and 76 deletions.
2 changes: 1 addition & 1 deletion frontend/landing/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
// ssr: {
// noExternal: true,
// },
plugins: [svg({ defaultImport: 'url' }) as unknown as PluginOption],
plugins: [svg({ defaultImport: 'url', svgo: false }) as unknown as PluginOption],
clearScreen: false,
define: {
'import.meta.env.HOST': JSON.stringify(config.HOSTNAME || 'localhost:3005'),
Expand Down
12 changes: 6 additions & 6 deletions frontend/landing/src/assets/cube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 5 additions & 6 deletions frontend/landing/src/assets/integrations/donationalerts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions frontend/landing/src/assets/integrations/faceit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions frontend/landing/src/assets/integrations/lastfm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions frontend/landing/src/assets/integrations/obs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions frontend/landing/src/assets/integrations/spotify.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions frontend/landing/src/assets/integrations/streamelements.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions frontend/landing/src/assets/integrations/streamlabs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions frontend/landing/src/assets/integrations/twitch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5b1ba03

Please sign in to comment.