Stefan E-K
Stefan E-K
SSolidJS
Created by Daniel Sousa @TutoDS on 7/23/2024 in #support
Slider packages
export default defineConfig({
ssr: true,
server: {
preset: "vercel"
},
extensions: ["mdx", "md"],
vite: {
plugins: [
mdx.withImports({})({
jsx: true,
jsxImportSource: "solid-js",
providerImportSource: "solid-mdx",
remarkPlugins: [remarkGfm],
rehypePlugins: [
rehypeSlug,
rehypeComponent,
[
rehypePrettyCode,
{
getHighlighter: async () => {
return await getHighlighter({ theme: "nord" })
}
}
]
]
})
]
}
})
export default defineConfig({
ssr: true,
server: {
preset: "vercel"
},
extensions: ["mdx", "md"],
vite: {
plugins: [
mdx.withImports({})({
jsx: true,
jsxImportSource: "solid-js",
providerImportSource: "solid-mdx",
remarkPlugins: [remarkGfm],
rehypePlugins: [
rehypeSlug,
rehypeComponent,
[
rehypePrettyCode,
{
getHighlighter: async () => {
return await getHighlighter({ theme: "nord" })
}
}
]
]
})
]
}
})
54 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 7/23/2024 in #support
Slider packages
it's weird since the SolidUI docs have SSR set to true and everything works fine but I'll have a look at the repro, hopefully we can find the issue 🙂
54 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 7/23/2024 in #support
Slider packages
can you upload a minimal repro ? so we can have a closer look at the code? 🙂
54 replies
SSolidJS
Created by Daniel Sousa @TutoDS on 7/23/2024 in #support
Slider packages
it looks like this might be more of an embla error than an SolidUI error. Is the creator a member of this discord?
54 replies
SSolidJS
Created by Antebios on 6/10/2024 in #support
NPX failing to install
Hi @Antebios, I think to solve this we need some more info, since unfortunately the error message isn't really descriptive ^^ (I really need to redo the cli) - could you please post the whole console log - could you provide some infos about your project setup, like the content of the ui.config.json and the version of solidui-cli you're using?
3 replies