Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 05b9e67

Browse files
authored
Fix example sources not loading on firebase (#67)
* regen filkes * Fix firebase not loading example sources
1 parent d42ea1a commit 05b9e67

File tree

140 files changed

+35
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+35
-22
lines changed

src/app/shared/example-viewer/example-viewer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ export class ExampleViewer {
4848
}
4949

5050
exampleFileUrl(extension: string) {
51-
return `/assets/examples/${this.example}-example.${extension.toLowerCase()}.html`;
51+
return `/assets/examples/${this.example}-example-${extension.toLowerCase()}.html`;
5252
}
5353
}

0 commit comments

Comments
 (0)