wip: added global layout, added posts route
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
import { defineConfig } from "$fresh/server.ts";
|
||||
import tailwind from "$fresh/plugins/tailwind.ts";
|
||||
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
plugins: [tailwind()],
|
||||
});
|
||||
|
Reference in New Issue
Block a user