-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
-
- {{ slug }}
-
- {{ fetchNewsOrgInfo }}
-
- {{ loading }}
+
+
{{ fetchNewsOrgInfo?.title }}
+
{{ fetchNewsOrgInfo?.description }}
+
+
\ No newline at end of file
diff --git a/server/api/getData/fetchNewsOrgInfo.ts b/server/api/getData/fetchNewsOrgInfo.ts
index c14b0e0..1dee5b8 100644
--- a/server/api/getData/fetchNewsOrgInfo.ts
+++ b/server/api/getData/fetchNewsOrgInfo.ts
@@ -5,7 +5,8 @@ export default defineEventHandler(async(event) => {
title: "News Org 1",
slug: "taisounds",
website: "https://www.taisounds.com.tw",
- description: ""
+ description: "",
+ facebook: "https://www.facebook.com/taisounds",
}
})
diff --git a/styles/main.css b/styles/main.css
new file mode 100644
index 0000000..b098d33
--- /dev/null
+++ b/styles/main.css
@@ -0,0 +1,12 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
+
+@layer base {
+ html {
+ @apply bg-black;
+ }
+ body {
+ @apply bg-black m-0 p-0 min-h-screen text-white;
+ }
+ }
\ No newline at end of file
diff --git a/styles/tailwind.css b/styles/tailwind.css
deleted file mode 100644
index f1d8c73..0000000
--- a/styles/tailwind.css
+++ /dev/null
@@ -1 +0,0 @@
-@import "tailwindcss";
diff --git a/tailwind.config.js b/tailwind.config.js
new file mode 100644
index 0000000..baa5128
--- /dev/null
+++ b/tailwind.config.js
@@ -0,0 +1,4 @@
+/** @type {import('tailwindcss').Config} */
+module.exports = {
+
+}
\ No newline at end of file
diff --git a/tailwind.config.ts b/tailwind.config.ts
deleted file mode 100644
index c3f714d..0000000
--- a/tailwind.config.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-plugins: [
- // Other plugins
- require('tailwindcss-animatecss'),
-]
\ No newline at end of file