Skip to content

Commit

Permalink
fixed deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Noga committed May 9, 2024
1 parent 115698f commit 6b59111
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions ISD-conference-web-app-frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "4kb",
"maximumError": "10kb"
"maximumError": "20kb"
}
],
"fileReplacements": [
Expand Down
16 changes: 8 additions & 8 deletions ISD-conference-web-app-frontend/src/app/interfaces/keynote.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export interface keynote {
order: number;
name: string;
image: string;
from: string;
title: string;
abstract: string;
about: string;
}
order: number;
name: string;
image: string;
from: string;
title: string;
abstract: string;
about: string;
}

0 comments on commit 6b59111

Please sign in to comment.