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