Skip to content

Commit

Permalink
Fix build docker and remove prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Jan 23, 2025
1 parent c721014 commit 1458926
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 0 additions & 8 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 1458926

Please sign in to comment.