mirror of
https://github.com/bspeice/speice.io
synced 2024-12-22 08:38:09 -05:00
Run prettier
This commit is contained in:
parent
3d7538bfbe
commit
738e2a4e7e
@ -1,9 +1,9 @@
|
||||
import React from "react";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<>
|
||||
<p>Is this thing on?</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
return (
|
||||
<>
|
||||
<p>Is this thing on?</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
@ -15,5 +15,5 @@
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
@ -1,14 +1,14 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import blog from "@bspeice/vite-plugin-blog"
|
||||
import mdx from "@mdx-js/rollup"
|
||||
import react from '@vitejs/plugin-react-swc'
|
||||
import { defineConfig } from "vite";
|
||||
import blog from "@bspeice/vite-plugin-blog";
|
||||
import mdx from "@mdx-js/rollup";
|
||||
import react from "@vitejs/plugin-react-swc";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
blog({
|
||||
"/": "/pages/index"
|
||||
"/": "/pages/index",
|
||||
}),
|
||||
mdx(),
|
||||
react()
|
||||
react(),
|
||||
],
|
||||
})
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user