diff --git a/apps/d0rich.me/netlify.toml b/apps/d0rich.me/netlify.toml index 2296a10..8f5d5eb 100644 --- a/apps/d0rich.me/netlify.toml +++ b/apps/d0rich.me/netlify.toml @@ -1,5 +1,2 @@ [build] ignore = "node apps/d0rich.me/ignore-build.mjs" - base = "/" - publish = "apps/d0rich.me/dist" - command = "npm run generate --workspace=d0rich.me" diff --git a/apps/d0xigen.d0rich.me/netlify.toml b/apps/d0xigen.d0rich.me/netlify.toml index efcd477..0d6ca3d 100644 --- a/apps/d0xigen.d0rich.me/netlify.toml +++ b/apps/d0xigen.d0rich.me/netlify.toml @@ -1,5 +1,2 @@ [build] ignore = "node apps/d0xigen.d0rich.me/ignore-build.mjs" - base = "/" - publish = "apps/d0xigen.d0rich.me/dist" - command = "npm run generate --workspace=d0xigen.d0rich.me" diff --git a/apps/design.d0rich.me/netlify.toml b/apps/design.d0rich.me/netlify.toml index 55d5331..fb7219e 100644 --- a/apps/design.d0rich.me/netlify.toml +++ b/apps/design.d0rich.me/netlify.toml @@ -1,5 +1,2 @@ [build] ignore = "node apps/design.d0rich.me/ignore-build.mjs" - base = "/" - publish = "apps/design.d0rich.me/dist" - command = "npm run generate --workspace=design.d0rich.me" diff --git a/apps/dog.d0rich.me/netlify.toml b/apps/dog.d0rich.me/netlify.toml index 1a1718c..ce9c0d7 100644 --- a/apps/dog.d0rich.me/netlify.toml +++ b/apps/dog.d0rich.me/netlify.toml @@ -1,5 +1,2 @@ [build] ignore = "node apps/dog.d0rich.me/ignore-build.mjs" - base = "/" - publish = "apps/dog.d0rich.me/dist" - command = "npm run generate --workspace=dog.d0rich.me"