diff --git a/Dockerfile b/Dockerfile index f33b98f..308cf92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM oven/bun:1 as builder WORKDIR /builder -COPY package.json bun.lockb /builder/ +COPY package.json bun.lock /builder/ RUN bun install --frozen-lockfile COPY . . RUN bun run build --preset=bun diff --git a/nuxt.config.ts b/nuxt.config.ts index d986787..2d56b74 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -63,14 +63,6 @@ export default defineNuxtConfig({ compatibilityDate: '2024-08-20', devtools: { enabled: true }, ssr: false, - routeRules: { - '/': { - prerender: true, - }, - '/**': { - ssr: false, - }, - }, spaLoadingTemplate: true, runtimeConfig: { app: {