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 3a1855f commit d8040a2Copy full SHA for d8040a2
src/pages/examples/index.tsx
@@ -8,7 +8,7 @@ import { examples } from "./_config";
8
const TITLE = translate({ id: "pages.examples.title" });
9
const DESCRIPTION = translate({ id: "pages.examples.subtitle" });
10
const EDIT_URL =
11
- "https://github.com/feature-sliced/documentation/edit/master/src/pages/examples/_config.js";
+ "https://github.com/feature-sliced/documentation/blob/master/src/pages/examples/_config.ts";
12
const EXAMPLES_URL = "https://github.com/feature-sliced/examples";
13
14
function ExamplesPage() {
0 commit comments