Commit 9e31dfe
set up next.js app and static build (#157)
This is a starter next.js app set up for static builds (static site
generation comes from output: 'export' in the next.config.ts). It uses
the 'use client' directive to tell Next.js to treat everything as client
side code in the page.tsx file meaning that most of the app won't be
prerendered. This mirrors our set up since we use MUI theming and CSS in
JS which require most of the app to be client code.
---------
Co-authored-by: Mark Kurtz <[email protected]>
Co-authored-by: Copilot <[email protected]>1 parent 66017f5 commit 9e31dfe
File tree
16 files changed
+6009
-0
lines changed- src/ui
- app
- public
16 files changed
+6009
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
0 commit comments