Skip to content

Commit

Permalink
Test AWS amplify config
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy0251 committed Dec 27, 2024
1 parent 84133af commit d8bc8d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nuxt-frontend/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import config from "./config";
import robots from "./robots.config";

export default defineNuxtConfig({
compatibilityDate: "2024-04-03",
app: {
head: {
htmlAttrs: {
Expand Down Expand Up @@ -79,7 +78,7 @@ export default defineNuxtConfig({
},
nitro: {
compressPublicAssets: true,
preset: "cloudflare-pages",
preset: "aws_amplify",
},
vite: {
resolve: {
Expand Down

0 comments on commit d8bc8d7

Please sign in to comment.