Skip to content

Commit

Permalink
Fix html error in remote development post (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradolandia authored Dec 13, 2024
1 parent b46020a commit e22c1a8
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 60 deletions.
101 changes: 46 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"svelte-icons-pack": "^3.1.3",
"svelte-youtube-embed": "^0.3.0",
"svooltip": "^0.8.3",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.16",
"vite": "^5.4.8"
}
}
1 change: 0 additions & 1 deletion src/routes/blog/spyder-6-remote-development/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ You can also stop code execution as well as restart remote kernels from within S
<video controls>
<source src="remote-console-demo.mp4" type="video/mp4">
<track kind="captions">
Sorry, your browser doesn’t support HTML5 video. Download the <a href="screencast.mp4">MP4 file</a>
</video>

We're excited to have our newest core developer, Hendrik Louzada, share with you his insights and perspectives on Spyder 6's new remote development architecture he helped implement!
Expand Down
2 changes: 0 additions & 2 deletions src/routes/download/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
let downloadUrl = "";
let osButtons = [];
console.log(macs);
// Generate download buttons even if we don't have
// a download parameter in the URL
let generateDownloadButtons = (releases) => {
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */

const defaultTheme = require("tailwindcss/defaultTheme");
import defaultTheme from "tailwindcss/defaultTheme";

export default {
darkMode: "class",
Expand Down

0 comments on commit e22c1a8

Please sign in to comment.