mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
update
This commit is contained in:
parent
40397ade0a
commit
d50ba51191
4 changed files with 1644 additions and 4066 deletions
|
@ -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;
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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>
|
||||||
|
|
5698
astro-ssg/yarn.lock
5698
astro-ssg/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue