This commit is contained in:
Philip Cheung 2024-10-08 19:33:39 +08:00
parent 98c1a28dfb
commit b2247541d2
2 changed files with 0 additions and 2 deletions

View File

@ -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({

View File

@ -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