diff --git a/.gitignore b/.gitignore index 227a007..da02e9f 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +# Lighthouse CI reports +.lighthouseci/ diff --git a/lighthouserc.js b/lighthouserc.js new file mode 100644 index 0000000..8a424ed --- /dev/null +++ b/lighthouserc.js @@ -0,0 +1,11 @@ +// @ts-check + +const config = { + ci: { + upload: { + target: 'temporary-public-storage', + }, + }, +}; + +module.exports = config; diff --git a/src/App.tsx b/src/App.tsx index 0417d96..21ea543 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -66,7 +66,7 @@ const App = () => {
-

2: Copy text below

+

2: Copy text below!

Confidential Announcement: {hiddenUsername} This is some confidential text that you really shouldn't be sharing anywhere else.