1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +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} */
const config = {
renderers: ["@astrojs/renderer-preact"],
integrations: [preact()],
};
export default config;

View file

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

View file

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

File diff suppressed because it is too large Load diff