Skip to content

Commit

Permalink
Eliminando public
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDNJ committed Mar 29, 2024
1 parent 1485fb7 commit 62778d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</section>
</header>
<section
class="body bg-[url('./public/fondo-chistes.png')] bg-cover md:bg-contain bg-no-repeat bg-center row-span-11 flex flex-col items-center justify-center"
class="body bg-[url('fondo-chistes.png')] bg-cover md:bg-contain bg-no-repeat bg-center row-span-11 flex flex-col items-center justify-center"
>
<article class="content flex items-center justify-center">
<section
Expand Down
8 changes: 4 additions & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { defineConfig } from 'vite'
import { defineConfig } from "vite";

// https://vitejs.dev/config/
export default defineConfig({
base: '/S4-API/',
base: "/S4-API/",
publicDir: "public",
})
undefined
});
undefined;

0 comments on commit 62778d2

Please sign in to comment.