-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d98b9b
commit 6829b2c
Showing
6 changed files
with
239 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/** @type {import('next').NextConfig} */ | ||
const nextConfig = { | ||
/* config options here */ | ||
output: "export", | ||
} | ||
|
||
module.exports = nextConfig |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
diff --git a/index.js b/index.js | ||
index 0447b79db0247a5c0a86d0e16ba66936b1d98349..098fd7317a51c09e53d00558194119c957415b33 100644 | ||
--- a/index.js | ||
+++ b/index.js | ||
@@ -1,2 +1,2 @@ | ||
-export * from "./htmlMesh.js"; | ||
+export * from "./htmlMesh/index.js"; | ||
//# sourceMappingURL=index.js.map |
Oops, something went wrong.