updated
This commit is contained in:
parent
98c1a28dfb
commit
b2247541d2
|
@ -1,7 +1,6 @@
|
||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import localFont from "next/font/local";
|
import localFont from "next/font/local";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import Head from 'next/head';
|
|
||||||
import NextTopLoader from 'nextjs-toploader';
|
import NextTopLoader from 'nextjs-toploader';
|
||||||
import { Toaster } from "react-hot-toast";
|
import { Toaster } from "react-hot-toast";
|
||||||
const geistSans = localFont({
|
const geistSans = localFont({
|
||||||
|
|
|
@ -28,7 +28,6 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- traefik-public
|
- traefik-public
|
||||||
- default
|
|
||||||
networks:
|
networks:
|
||||||
traefik-public:
|
traefik-public:
|
||||||
# Allow setting it to false for testing
|
# Allow setting it to false for testing
|
||||||
|
|
Loading…
Reference in New Issue