remove ssr
This commit is contained in:
parent
2fd3649cd7
commit
7db4a8860a
|
@ -2,7 +2,6 @@
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt -y install nodejs npm
|
RUN apt -y install nodejs npm
|
||||||
RUN node -v
|
|
||||||
RUN mkdir -p /src
|
RUN mkdir -p /src
|
||||||
|
|
||||||
COPY package.json src/package.json
|
COPY package.json src/package.json
|
||||||
|
|
|
@ -42,8 +42,7 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// ssr: true,
|
ssr: false,
|
||||||
devtools: { enabled: true },
|
|
||||||
modules: [
|
modules: [
|
||||||
'@nuxtjs/tailwindcss',
|
'@nuxtjs/tailwindcss',
|
||||||
"@nuxt/image",
|
"@nuxt/image",
|
||||||
|
|
Loading…
Reference in New Issue