init the docker file for later user
https://github.com/static-web-server/static-web-server
This commit is contained in:
@ -1,15 +1,5 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import react from '@astrojs/react';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [react({
|
||||
babel: {
|
||||
plugins: [
|
||||
["babel-plugin-react-compiler"]
|
||||
]
|
||||
}
|
||||
})]
|
||||
});
|
||||
export default defineConfig({});
|
Reference in New Issue
Block a user