File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ export function middleware(request: NextRequest) {
22
22
return NextResponse . next ( ) ;
23
23
}
24
24
25
- export const config = { matcher : [ "/((?!img|_next|api|signInPage).*)" ] } ;
25
+ export const config = { matcher : [ "/((?!img|_next|api|signInPage|about ).*)" ] } ;
Original file line number Diff line number Diff line change 1
- import Image from "next/image" ;
2
- import $typo from "@/styles/Typography.module.css" ;
3
-
4
1
const About = ( ) => {
5
2
return (
6
- < >
3
+ < div >
7
4
< h2 > About Compass</ h2 >
8
5
9
6
< div >
10
7
Compass is a civic app we are building for the San Francisco Unified
11
8
School District. The app seeks to assist Teachers with setting and
12
9
tracking goals for students with disabilities.
13
10
</ div >
14
- < div > </ div >
15
- </ >
11
+ </ div >
16
12
) ;
17
13
} ;
18
14
You can’t perform that action at this time.
0 commit comments