@rr0/cms 0.1.18 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/RR0Build.js +1 -1
- package/package.json +1 -1
package/dist/RR0Build.js
CHANGED
|
@@ -188,7 +188,7 @@ export class RR0Build {
|
|
|
188
188
|
replacements: [new HtAccessToNetlifyConfigReplaceCommand(baseUrl)],
|
|
189
189
|
roots: [".htaccess"],
|
|
190
190
|
getOutputPath(_context) {
|
|
191
|
-
return path.join(
|
|
191
|
+
return path.join(outDir, "netlify.toml");
|
|
192
192
|
}
|
|
193
193
|
};
|
|
194
194
|
const contentRoots = this.contentRoots;
|
package/package.json
CHANGED