Rename directories

This commit is contained in:
Mark Backman
2025-04-07 10:44:41 -04:00
parent fc4c1e4110
commit 9e0a57a6de
14 changed files with 39 additions and 46 deletions

View File

@@ -0,0 +1,6 @@
module.exports = {
version: 2,
buildCommand: "next build",
outputDirectory: ".next",
cleanUrls: true
};