We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c8286 commit 4e51258Copy full SHA for 4e51258
src/pages/about.tsx
@@ -3,7 +3,7 @@ import { H2 } from '@blueprintjs/core'
3
import { Markdown } from 'components/Markdown'
4
5
// eslint-disable-next-line import/no-unresolved
6
-import changelog from '../../changelog.md?raw'
+import changelog from '../../CHANGELOG.md?raw'
7
8
export const AboutPage = () => {
9
return (
0 commit comments