1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
This commit is contained in:
Nebel 2022-08-21 14:42:38 +09:00
parent 40397ade0a
commit d50ba51191
4 changed files with 1644 additions and 4066 deletions

View file

@ -1,6 +1,8 @@
import preact from "@astrojs/preact";
/** @type {import("astro").AstroUserConfig} */ /** @type {import("astro").AstroUserConfig} */
const config = { const config = {
renderers: ["@astrojs/renderer-preact"], integrations: [preact()],
}; };
export default config; export default config;

View file

@ -1,9 +1,9 @@
{ {
"devDependencies": { "devDependencies": {
"@astrojs/renderer-preact": "^0.2.2", "@astrojs/preact": "^1.0.2",
"@exampledev/new.css": "^1.1.3", "@exampledev/new.css": "^1.1.3",
"astro": "^0.20.11", "astro": "^1.0.6",
"preact": "^10.5.15" "preact": "^10.10.6"
}, },
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",

View file

@ -2,7 +2,7 @@
import "@exampledev/new.css" import "@exampledev/new.css"
import App from "../components/App.jsx" import App from "../components/App.jsx"
--- ---
<html lang="ja"> <html lang="ja" dir="ltr">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>ようこそ</title> <title>ようこそ</title>

File diff suppressed because it is too large Load diff