Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Dec 11, 2023
1 parent e80be19 commit bb0ce34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { fileURLToPath } from "node:url";

import { defaultLocale, locales } from "./src/config/i18n.config";
import { defaultLocale, locales } from "@/config/i18n.config";

export default defineNuxtConfig({
alias: {
Expand Down Expand Up @@ -81,7 +81,7 @@ export default defineNuxtConfig({
ENV_VALIDATION: process.env.ENV_VALIDATION,
NODE_ENV: process.env.NODE_ENV,
public: {
apiBaseUrl: '',
apiBaseUrl: "",
NUXT_PUBLIC_APP_BASE_URL: process.env.NUXT_PUBLIC_APP_BASE_URL,
NUXT_PUBLIC_MATOMO_BASE_URL: process.env.NUXT_PUBLIC_MATOMO_BASE_URL,
NUXT_PUBLIC_MATOMO_ID: process.env.NUXT_PUBLIC_MATOMO_ID,
Expand Down

0 comments on commit bb0ce34

Please sign in to comment.