Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Lighthouse CI reports
.lighthouseci/
11 changes: 11 additions & 0 deletions lighthouserc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// @ts-check

const config = {
ci: {
upload: {
target: 'temporary-public-storage',
},
},
};

module.exports = config;
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const App = () => {
</div>

<div css={styles.row}>
<h2>2: Copy text below</h2>
<h2>2: Copy text below!</h2>
<TextHighlight testId="confidentialText">
Confidential Announcement: {hiddenUsername}
This is some confidential text that you really shouldn't be sharing anywhere else.
Expand Down