Skip to content

Commit

Permalink
Bug Fix: #10 vidstack 스타일 import를 css 파일로 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoularu committed Apr 12, 2024
1 parent b58e3a0 commit cd7e920
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://finchdogs.online/home</loc><lastmod>2024-04-09T17:54:47.450Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://finchdogs.online/favorites</loc><lastmod>2024-04-09T17:54:47.452Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://finchdogs.online/about</loc><lastmod>2024-04-09T17:54:47.452Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://finchdogs.online</loc><lastmod>2024-04-09T17:54:47.452Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://finchdogs.online/about</loc><lastmod>2024-04-11T07:29:49.187Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://finchdogs.online/favorites</loc><lastmod>2024-04-11T07:29:49.189Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://finchdogs.online</loc><lastmod>2024-04-11T07:29:49.189Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://finchdogs.online/home</loc><lastmod>2024-04-11T07:29:49.189Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
4 changes: 4 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
@tailwind components;
@tailwind utilities;

@import '@vidstack/react/player/styles/default/theme.css';
@import '@vidstack/react/player/styles/default/layouts/audio.css';
@import '@vidstack/react/player/styles/default/layouts/video.css';

html {
font-family:
Pretendard,
Expand Down
2 changes: 0 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import Header from '@/features/Header';
import SideNavbar from '@/features/SideNavbar';
import { Analytics } from '@vercel/analytics/react';
import { SpeedInsights } from '@vercel/speed-insights/next';
import '@vidstack/react/player/styles/default/layouts/video.css';
import '@vidstack/react/player/styles/default/theme.css';
import { Flowbite, ThemeModeScript } from 'flowbite-react';
import type { Metadata } from 'next';
import localFont from 'next/font/local';
Expand Down

0 comments on commit cd7e920

Please sign in to comment.