Skip to content

Commit 632cccf

Browse files
committed
duckguessr: Fix local setup
1 parent 94b0d3e commit 632cccf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apps/duckguessr/nuxt.config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ export default defineNuxtConfig({
2323

2424
devtools: { enabled: false },
2525
compatibilityDate: "2025-09-09",
26-
css: ["bootstrap/dist/css/bootstrap.min.css"],
26+
css: [
27+
path.resolve(
28+
__dirname,
29+
"node_modules/bootstrap/dist/css/bootstrap.min.css",
30+
),
31+
path.resolve(__dirname, "styles/main.scss"),
32+
],
2733

2834
// Modules
2935
modules: [

0 commit comments

Comments
 (0)