File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export default (eleventyConfig) => {
101101On my linux machine, I use this instead
102102
103103``` js
104- import { addOpenSCADPlugin , SCAD_BINS } from " eleventy-plugin-scad" ;
104+ import { addOpenSCADPlugin } from " eleventy-plugin-scad" ;
105105
106106/** @param {import("@11ty/eleventy/UserConfig").default} eleventyConfig */
107107export default (eleventyConfig ) => {
@@ -114,7 +114,7 @@ export default (eleventyConfig) => {
114114On any machine with Docker
115115
116116``` js
117- import { addOpenSCADPlugin , SCAD_BINS } from " eleventy-plugin-scad" ;
117+ import { addOpenSCADPlugin } from " eleventy-plugin-scad" ;
118118
119119/** @param {import("@11ty/eleventy/UserConfig").default} eleventyConfig */
120120export default (eleventyConfig ) => {
You can’t perform that action at this time.
0 commit comments