Skip to content

Commit

Permalink
Merge pull request #1055 from aligent/feature/JAN-55-adding-text-files
Browse files Browse the repository at this point in the history
feat: add text files
  • Loading branch information
TheOrangePuff authored Jun 23, 2023
2 parents f04189e + 353f971 commit 7edca08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/static-hosting/lib/static-hosting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ export class StaticHosting extends Construct {
"png",
"gif",
"ico",
"woff",
"woff2",
"otf"
];

constructor(scope: Construct, id: string, props: StaticHostingProps) {
Expand Down

0 comments on commit 7edca08

Please sign in to comment.