|
Last change
on this file was b8093a0, checked in by imbrsk <boris696boris@…>, 3 days ago |
|
Merge iknow-remaster into frontend/
Bring the Next.js frontend into this repository as a monorepo subdirectory,
preserving its full commit history via a subtree merge.
|
-
Property mode
set to
100644
|
|
File size:
133 bytes
|
| Rev | Line | |
|---|
| [65f7b64] | 1 | import type { NextConfig } from "next";
|
|---|
| 2 |
|
|---|
| 3 | const nextConfig: NextConfig = {
|
|---|
| 4 | /* config options here */
|
|---|
| 5 | };
|
|---|
| 6 |
|
|---|
| 7 | export default nextConfig;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.