-
Hi there, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The solution is to create a import { defineConfig } from 'vite'
export default defineConfig({
publicDir: '../public'
}) https://discord.com/channels/851817370623410197/1225094031575617629/1225096758988636341 |
Beta Was this translation helpful? Give feedback.
The solution is to create a
vite.config.ts
next to theslides.md
:https://discord.com/channels/851817370623410197/1225094031575617629/1225096758988636341